24 lines
888 B
INI
24 lines
888 B
INI
[defaults]
|
|
inventory = /home/chris/Development/Ansible/Inventory/ZENventory/zen_inventory.yml
|
|
roles_path = /home/chris/Development/Ansible/Roles
|
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
|
gathering = smart
|
|
gather_timeout = 30
|
|
fact_path = /home/chris/Development/Ansible
|
|
fact_caching_connection = /home/chris/Development/Ansible
|
|
fact_caching = jsonfile
|
|
fact_caching_timeout = 1800
|
|
retry_files_enabled = False
|
|
forks = 15
|
|
timeout = 30
|
|
host_key_checking = False
|
|
display_skipped_hosts = False
|
|
interpreter_python = auto_silent
|
|
bin_ansible_callbacks = true
|
|
callback_enabled = yaml, timer, profile_tasks, profile_roles
|
|
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey
|