diff --git a/defaults/main.yaml b/defaults/main.yaml index ba11596..381751f 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -1,10 +1,10 @@ --- # Your domain name for web server configuration -domain_name: '' +domain_name: 'localdomain' # The subdomain at which you'd like Nextcloud to be accessible at -nextcloud_subdomain: "{{ ansible_hostname }}" +nextcloud_subdomain: nextcloud nextcloud_www_path: '/var/www/nextcloud/' @@ -24,6 +24,6 @@ nextcloud_apache2_config_path: '/etc/apache2/sites-available/nextcloud.conf' # Configure with nginx rather than Apache nextcloud_nginx: false -nextcloud_config_path: "/etc/nginx/nginx.conf" +nextcloud_nginx_config_path: "/etc/nginx/nginx.conf" nextcloud_nginx_ssl_certificate_path: "/etc/ssl/nginx/{{ nextcloud_subdomain }}.{{ domain_name }}.crt" nextcloud_nginx_ssl_key_path: "/etc/ssl/nginx/{{ nextcloud_subdomain }}.{{ domain_name }}.key"