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