updates for ansible-lint cleanup; repo origin update
This commit is contained in:
parent
86f41f09df
commit
9a3210e26e
@ -1,12 +1,12 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = /etc/ansible/zen_inventory.yml
|
inventory = /home/chris/Development/Ansible/Inventory/ZENventory/zen_inventory.yml
|
||||||
roles_path = /etc/ansible/roles
|
roles_path = /home/chris/Development/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_path = /etc/ansible/facts.d
|
fact_path = /home/chris/Development/Ansible
|
||||||
|
fact_caching_connection = /home/chris/Development/Ansible
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = /etc/ansible/facts.d
|
|
||||||
fact_caching_timeout = 1800
|
fact_caching_timeout = 1800
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
forks = 15
|
forks = 15
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- name: Deploy reverse proxy configuration
|
||||||
become: yes
|
hosts: all
|
||||||
gather_facts: yes
|
become: true
|
||||||
|
gather_facts: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: zen_rev_proxy
|
- role: zen_rev_proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user