Low Orbit Flux Logo 2 F

Ansible - Config File

The config file is searched for in this order:

Example config file:

ansible.cfg
[defaults] inventory = /etc/ansible/hosts host_key_checking = False

Config related commands:



ansible-config list    #  Print all config options
ansible-config dump    #  Dump configuration
ansible-config view    #  View configuration file