zen_rev_proxy/ansible.cfg
Chris Hammer 76e9da039e 0.1.0-DEV-20200416-120457
-------------------------
    * MODIFY:
      - modified ansible.cfg to be more in line with our needs
2020-04-16 12:05:42 -04:00

22 lines
547 B
INI

[defaults]
inventory = inventory/hosts
roles_path = /etc/ansible/roles
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 30
fact_caching = jsonfile
fact_caching_connection = facts.d
fact_caching_timeout = 300
retry_files_enabled = False
forks = 8
timeout = 30
host_key_checking = False
display_skipped_hosts = False
# ansible_python_interpreter=/usr/bin/python3
interpreter_python=auto_silent
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey