0.1.26-DEV-20201204-171941

--------------------------
    * MODIFY:
      - spacewalk.thezengarden.net -> rhel.thezengarden.net
      - ansible.cfg is now inline with our current network standards
      - .gitlab-ci.yml updated for better syntax
This commit is contained in:
2020-12-04 17:37:34 -05:00
parent 8e7d079eb2
commit 890cc38f20
3 changed files with 26 additions and 37 deletions

View File

@ -1,19 +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
inventory = /etc/ansible/hosts
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
interpreter_python=auto_silent
[ssh_connection]