From 9a3210e26e2dfc9b5f5fcda2828cb722c803b83b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 4 Sep 2024 17:11:39 -0400 Subject: [PATCH] updates for ansible-lint cleanup; repo origin update --- ansible.cfg | 8 ++++---- deploy_proxy_sites.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 02ecbf4..76022ef 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 diff --git a/deploy_proxy_sites.yml b/deploy_proxy_sites.yml index 3acd95c..832cfea 100644 --- a/deploy_proxy_sites.yml +++ b/deploy_proxy_sites.yml @@ -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