mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Add FILES to manpage
This commit is contained in:
parent
6886683e16
commit
70ed560fb3
3 changed files with 15 additions and 0 deletions
|
@ -107,6 +107,16 @@ ANSIBLE_HOSTS -- Override the default ansible hosts file
|
|||
|
||||
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
||||
|
||||
FILES
|
||||
-----
|
||||
|
||||
/etc/ansible/hosts -- Default inventory file
|
||||
|
||||
/usr/share/ansible/ -- Default module library
|
||||
|
||||
/etc/ansible/ansible.conf -- Config file, used if present
|
||||
|
||||
~/.ansible.config -- User config file, overrides the default config if present
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
|
|
|
@ -135,6 +135,9 @@ FILES
|
|||
|
||||
/usr/share/ansible/ -- Default module library
|
||||
|
||||
/etc/ansible/ansible.conf -- Config file, used if present
|
||||
|
||||
~/.ansible.config -- User config file, overrides the default config if present
|
||||
|
||||
ENVIRONMENT
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue