Ansible Configuration Settings
# Some basic default values... inventory = /etc/ansible/hosts ; This points to the file that lists your hosts
$ ansible-config init --disabled > ansible.cfg$ ansible-config init --disabled -t all > ansible.cfg
Reference
Last updated