0.1.0-DEV-20200505-093411
------------------------- * MODIFY: - hosts all -> reverse_proxys - inventory reference in ansible.cfg now points to our production inventory
This commit is contained in:
parent
76e9da039e
commit
bddea455c6
@ -1,12 +1,12 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = inventory/hosts
|
inventory = /home/chris/git/ansible/inventory/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_caching = jsonfile
|
||||||
fact_caching_connection = facts.d
|
fact_caching_connection = facts.d
|
||||||
fact_caching_timeout = 300
|
fact_caching_timeout = 1800
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
forks = 8
|
forks = 8
|
||||||
timeout = 30
|
timeout = 30
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: reverse_proxys
|
||||||
become: yes
|
become: yes
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user