From bddea455c67118df28809346c169f3be5fecd90c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 5 May 2020 09:35:21 -0400 Subject: [PATCH] 0.1.0-DEV-20200505-093411 ------------------------- * MODIFY: - hosts all -> reverse_proxys - inventory reference in ansible.cfg now points to our production inventory --- ansible.cfg | 4 ++-- deploy_proxy_sites.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 442aca5..7a0beae 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,12 +1,12 @@ [defaults] -inventory = inventory/hosts +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 = 300 +fact_caching_timeout = 1800 retry_files_enabled = False forks = 8 timeout = 30 diff --git a/deploy_proxy_sites.yml b/deploy_proxy_sites.yml index 3acd95c..9f68ece 100644 --- a/deploy_proxy_sites.yml +++ b/deploy_proxy_sites.yml @@ -1,5 +1,5 @@ --- -- hosts: all +- hosts: reverse_proxys become: yes gather_facts: yes