0.1.0-DEV-20201110-164702
------------------------- * MODIFY: - modified ansible.cfg to be inline with our most recent needs - DOCKER_IMG_TAG now reflects the current CentOS 7 release (not that it's actually used...) - runner has been changed to our newly minted zen-ci node; i expect this to fail while i finalize the setup
This commit is contained in:
parent
88d23b6cc4
commit
0b4711e405
@ -27,12 +27,12 @@ stages:
|
|||||||
### BEGIN TEMPLATES ###
|
### BEGIN TEMPLATES ###
|
||||||
.tags_template: &tags_template
|
.tags_template: &tags_template
|
||||||
tags:
|
tags:
|
||||||
- zen-ci-workstation
|
- zen-ci
|
||||||
|
|
||||||
|
|
||||||
.header_template: &header
|
.header_template: &header
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMG_TAG: "7.7.1908"
|
DOCKER_IMG_TAG: "7.8.2003"
|
||||||
|
|
||||||
|
|
||||||
.check_versions_template: &check_vers
|
.check_versions_template: &check_vers
|
||||||
|
29
ansible.cfg
29
ansible.cfg
@ -1,19 +1,20 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = /home/chris/git/ansible/inventory/hosts
|
inventory = /etc/ansible/hosts
|
||||||
roles_path = /etc/ansible/roles
|
roles_path = /etc/ansible/roles
|
||||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||||
gathering = smart
|
gathering = smart
|
||||||
gather_timeout = 30
|
gather_timeout = 30
|
||||||
fact_caching = jsonfile
|
fact_path = /etc/ansible/facts.d
|
||||||
fact_caching_connection = facts.d
|
fact_caching = jsonfile
|
||||||
fact_caching_timeout = 1800
|
fact_caching_connection = /etc/ansible/facts.d
|
||||||
retry_files_enabled = False
|
fact_caching_timeout = 1800
|
||||||
forks = 8
|
retry_files_enabled = False
|
||||||
timeout = 30
|
forks = 8
|
||||||
host_key_checking = False
|
timeout = 30
|
||||||
display_skipped_hosts = False
|
host_key_checking = False
|
||||||
|
display_skipped_hosts = False
|
||||||
|
interpreter_python = auto_silent
|
||||||
# ansible_python_interpreter=/usr/bin/python3
|
# ansible_python_interpreter=/usr/bin/python3
|
||||||
interpreter_python=auto_silent
|
|
||||||
|
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user