- Fixed some typos for the ansible config file

- added the ANSIBLE_CONFIG environment variable
This commit is contained in:
Fabian Arrotin 2012-10-30 17:08:12 +01:00
parent f0000a89b0
commit 96770a3057
2 changed files with 6 additions and 4 deletions

View file

@ -114,9 +114,9 @@ FILES
/usr/share/ansible/ -- Default module library
/etc/ansible/ansible.conf -- Config file, used if present
/etc/ansible/ansible.cfg -- Config file, used if present
~/.ansible.config -- User config file, overrides the default config if present
~/.ansible.cfg -- User config file, overrides the default config if present
AUTHOR
------

View file

@ -135,9 +135,9 @@ FILES
/usr/share/ansible/ -- Default module library
/etc/ansible/ansible.conf -- Config file, used if present
/etc/ansible/ansible.cfg -- Config file, used if present
~/.ansible.config -- User config file, overrides the default config if present
~/.ansible.cfg -- User config file, overrides the default config if present
ENVIRONMENT
-----------
@ -148,6 +148,8 @@ ANSIBLE_HOSTS -- Override the default ansible hosts file
ANSIBLE_LIBRARY -- Override the default ansible module library path
ANSIBLE_CONFIG -- Override the default ansible config file
AUTHOR
------