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:
Chris Hammer 2020-05-05 09:35:21 -04:00
parent 76e9da039e
commit bddea455c6
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
--- ---
- hosts: all - hosts: reverse_proxys
become: yes become: yes
gather_facts: yes gather_facts: yes