refs #8025 Local host vars doc fix
This commit is contained in:
parent
20f2669150
commit
5a547d87ab
|
@ -64,8 +64,8 @@ ansible-playbook playbooks/<playbook_name>.yml --list-tags
|
||||||
Before merging changes into protected branches, playbooks should be tested
|
Before merging changes into protected branches, playbooks should be tested
|
||||||
locally to ensure they work properly. Take a look to *.gitignore* to known
|
locally to ensure they work properly. Take a look to *.gitignore* to known
|
||||||
the *inventories* file patterns that are excluded from remote. The
|
the *inventories* file patterns that are excluded from remote. The
|
||||||
`host_vars/[hostname].local.yml` files are only loaded when *run-playbook.sh*
|
`host_vars/[hostname].local.(yml|yaml)` files are only loaded when
|
||||||
script is used.
|
*run-playbook.sh* script is used.
|
||||||
|
|
||||||
## Manage secrets
|
## Manage secrets
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue