zen_rev_proxy/ansible.cfg
Chris Hammer 30cde13cb9 0.1.4-DEV-20210416-212810
-------------------------
    * MODIFY:
      - ansible.cfg changes
2021-04-16 21:28:27 -04:00

25 lines
853 B
INI

[defaults]
inventory = /etc/ansible/zen_inventory.yml
roles_path = /etc/ansible/roles
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 30
fact_path = /etc/ansible/facts.d
fact_caching = jsonfile
fact_caching_connection = /etc/ansible/facts.d
fact_caching_timeout = 1800
retry_files_enabled = False
forks = 15
timeout = 30
host_key_checking = False
display_skipped_hosts = False
interpreter_python = auto_silent
# ansible_python_interpreter=/usr/bin/python3
bin_ansible_callbacks = true
callback_whitelist = yaml, timer, profile_tasks, profile_roles
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey