Updated default variables
This commit is contained in:
parent
07c3273384
commit
79a08d8a05
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Your domain name for web server configuration
|
# Your domain name for web server configuration
|
||||||
domain_name: ''
|
domain_name: 'localdomain'
|
||||||
|
|
||||||
# The subdomain at which you'd like Nextcloud to be accessible at
|
# 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/'
|
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
|
# Configure with nginx rather than Apache
|
||||||
nextcloud_nginx: false
|
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_certificate_path: "/etc/ssl/nginx/{{ nextcloud_subdomain }}.{{ domain_name }}.crt"
|
||||||
nextcloud_nginx_ssl_key_path: "/etc/ssl/nginx/{{ nextcloud_subdomain }}.{{ domain_name }}.key"
|
nextcloud_nginx_ssl_key_path: "/etc/ssl/nginx/{{ nextcloud_subdomain }}.{{ domain_name }}.key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user