diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a41fed..afaf0f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,12 +27,12 @@ stages: ### BEGIN TEMPLATES ### .tags_template: &tags_template tags: - - zen-ci-workstation + - zen-ci .header_template: &header variables: - DOCKER_IMG_TAG: "7.7.1908" + DOCKER_IMG_TAG: "7.8.2003" .check_versions_template: &check_vers diff --git a/ansible.cfg b/ansible.cfg index 7a0beae..cbc5d34 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 = 8 +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]