use ansible.cfg if it is exist.
volanja opened this issue · 0 comments
volanja commented
http://docs.ansible.com/ansible/intro_configuration.html
Changes can be made and used in a configuration file which will be processed in the following order:
* ANSIBLE_CONFIG (an environment variable)
* ansible.cfg (in the current directory)
* .ansible.cfg (in the home directory)
* /etc/ansible/ansible.cfg
link #32