zen_rev_proxy/ansible.cfg
Chris Hammer ae3d025f05 0.1.0-DEV-20191105-132205
-------------------------
    * INITIAL:
      - initial play commit
2019-11-05 13:22:12 -05:00

14 lines
300 B
INI

[defaults]
inventory = inventory/hosts
# roles_path = roles/
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 30
fact_caching = jsonfile
fact_caching_connection = facts.d
fact_caching_timeout = 600
retry_files_enabled = False
forks = 8
timeout = 30
host_key_checking = False