Rejig config/yml structure

This commit is contained in:
David Stephens 2020-01-08 16:12:03 +00:00
parent 3da6be5000
commit 0752c582ca
4 changed files with 8 additions and 5 deletions

View file

@ -21,7 +21,7 @@ You can run Ansible-NAS from the computer you plan to use for your NAS, or from
`cp -rfp inventories/sample inventories/my-ansible-nas`
5. Review `group_vars/all.yml`. Change settings by overriding them in `inventories/my-ansible-nas/group_vars/all.yml`.
5. Review `group_vars/all.yml`. Change settings by overriding them in `inventories/my-ansible-nas/group_vars/nas.yml`.
6. Update `inventories/my-ansible-nas/inventory`.

View file

@ -8,7 +8,7 @@
###
### DO NOT EDIT THIS FILE!
### Add your customisations to inventories/<your_inventory>/group_vars/all.yml
### Add your customisations to inventories/<your_inventory>/group_vars/nas.yml
###
###

View file

@ -6,10 +6,13 @@
## \/ \/ \/ \/ \/ \/ \/ \/
## a n s i b l e - n a s https://github.com/davestephens/ansible-nas
[all]
## Example when running from a remote workstation
# ansible-nas ansible_host=192.168.1.30
## Example when running directly on your Ansible-NAS server
# localhost ansible_connection=local
# ansible-nas ansible_connection=local ansible_host=localhost
## Example when running from a remote workstation
# 192.168.1.30
[nas]
ansible-nas