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