Ansible configuration

Default config file locations in order of precedence

ANSIBLE_CONFIG environment variable
./ansible.cfg
~/.ansible.cfg
/etc/ansible/ansible.cfg (Only used if no other config file found)


references:

UPDATED