updates for ansible-lint cleanup; repo origin update

This commit is contained in:
Chris Hammer 2024-09-04 17:11:39 -04:00
parent 86f41f09df
commit 9a3210e26e
2 changed files with 8 additions and 8 deletions

View File

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

View File

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