mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
Tidy up of unused variable
This commit is contained in:
parent
6ddfab628c
commit
0b1fb91f82
1 changed files with 1 additions and 7 deletions
|
@ -56,6 +56,7 @@ keep_packages_updated: false
|
|||
# Will be added to the docker group to give user command line access to docker
|
||||
ansible_nas_user: david
|
||||
|
||||
|
||||
# Your email address, used for LetsEncrypt SSL certs
|
||||
ansible_nas_email: me@email.com
|
||||
|
||||
|
@ -136,13 +137,6 @@ samba_shares:
|
|||
writable: yes
|
||||
path: "{{ samba_shares_root }}/photos"
|
||||
|
||||
###
|
||||
### Nextcloud
|
||||
###
|
||||
|
||||
# Used by the nginx container to determine what hostname to retrieve an SSL cert for
|
||||
# Ensure that this DNS name is registered and points to your external IP address
|
||||
nextcloud_external_hostname: external.hostname.com
|
||||
|
||||
##################################################################
|
||||
###### You shouldn't need to edit anything below this point ######
|
||||
|
|
Loading…
Reference in a new issue