0.1.0-DEV-20200212-80132

------------------------
    * INITIAL:
      - initial repo commit
This commit is contained in:
2020-02-12 08:07:16 -05:00
commit 7728a8daed
6 changed files with 137 additions and 0 deletions

20
ansible.cfg Normal file
View File

@ -0,0 +1,20 @@
[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
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey