zen_dhcpd/ansible.cfg
Chris Hammer 7f1267b8d5 0.1.6-DEV-20200417-163628
-------------------------
    * MODIFY:
      - host_vars/10.1.1.193.yml modified to add spacewalk for testing
      - modified ansible.cfg to be in line with our new requirements
2020-04-17 16:36:34 -04:00

22 lines
572 B
INI

[defaults]
inventory = /home/chris/git/ansible/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 = 1800
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