Config resoution order correction and documentation.

This commit is contained in:
Richard C Isaacson 2014-02-14 14:34:58 -06:00
commit 80ddd1ca75
3 changed files with 30 additions and 20 deletions

View file

@ -2,9 +2,10 @@
# ==============================================
# nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ~/.ansible.cfg,
# ansible.cfg in the current working directory or
# /etc/ansible/ansible.cfg, whichever it finds first
# or with command line flags. ansible will read ANSIBLE_CONFIG,
# ansible.cfg in the current working directory, .ansible.cfg in
# the home directory or /etc/ansible/ansible.cfg, whichever it
# finds first
[defaults]