mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* add note regarding {host,group}_vars directory lookup semantics
While the 'ansible-playbook' command will look for {host,group}_vars in
both the playbook and inventory directories, the 'ansible' command
will only look in the inventory directory. This follows from a close
reading of the documentation but isn't explicit and leads to the
perhaps unexpected result that you can run both commands with the same
configuration in the same directory and get different results.
This commit adds a note to the documentation making the difference in
behavior explicit.
Closes #48065
* incorporates bcoca feedback
|
||
|---|---|---|
| .. | ||
| api | ||
| community | ||
| dev_guide | ||
| installation_guide | ||
| inventory | ||
| network | ||
| plugins | ||
| porting_guides | ||
| reference_appendices | ||
| roadmap | ||
| scenario_guides | ||
| user_guide | ||
| vmware | ||
| conf.py | ||
| index.rst | ||