refs #8025 Local files docs fixed/improved

This commit is contained in:
Juan Ferrer 2025-02-05 09:20:18 +01:00
parent 3939c0a971
commit 110e6bbc1b
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@ ansible-playbook playbooks/<playbook_name>.yml --list-tags
Before merging changes into protected branches, playbooks should be tested
locally to ensure they work properly. Take a look to *.gitignore* to known
the *inventories* file patterns that are excluded from remote. The
`host_vars/[hostname].local.(yml|yaml)` files are only loaded when the
*run-playbook.sh* script is used.
the *inventories* file patterns that are excluded from remote.
* https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#organizing-host-and-group-variables
## Manage secrets