mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Merge pull request #3202 from trbs/20130613_docs_fix_ansible_cfg_loading_order
docs fix ansible cfg loading order
This commit is contained in:
commit
fda74110bd
3 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
# config file for ansible -- http://ansible.github.com
|
||||
#
|
||||
# nearly all parameters can be overridden in ansible-playbook or with command line flags
|
||||
# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first
|
||||
# ansible will read ~/.ansible.cfg, ansible.cfg in the current working directory or
|
||||
# /etc/ansible/ansible.cfg, whichever it finds first
|
||||
|
||||
[defaults]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue