mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
Update all.yml.dist
Fixes this error: TASK [Create Nginx Directories] ************************************************************************************** fatal: [localhost]: FAILED! => {"msg": "'nginx_data_directory' is undefined"}
This commit is contained in:
parent
de0c47004b
commit
63ea2eeafd
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@ samba_shares:
|
|||
# Ensure that this DNS name is registered and points to your external IP address
|
||||
nextcloud_external_hostname: external.hostname.com
|
||||
|
||||
|
||||
###
|
||||
### Nginx
|
||||
###
|
||||
|
||||
# Where nginx will store data
|
||||
|
||||
nginx_data_directory: /mnt/Volume2/nginx
|
||||
|
||||
##################################################################
|
||||
###### You shouldn't need to edit anything below this point ######
|
||||
##################################################################
|
||||
|
|
Loading…
Reference in a new issue