From 8df44f880de658f814e3c9b9dbb0571b493b195a Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Sep 2022 01:36:35 +1200 Subject: [PATCH] ansible config --- ansible/ansible.cfg | 3 ++- ansible/playbooks/lab.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index dbdede2..05a630a 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -8,4 +8,5 @@ interpreter_python = auto_silent collections_paths = ./collections collections_path = ./collections roles_path = ./roles -vault_password_file = ./vault_password \ No newline at end of file +vault_password_file = ./vault_password +playbook_vars_root = ./ \ No newline at end of file diff --git a/ansible/playbooks/lab.yaml b/ansible/playbooks/lab.yaml index 2f68af9..6b9bb65 100644 --- a/ansible/playbooks/lab.yaml +++ b/ansible/playbooks/lab.yaml @@ -1,6 +1,6 @@ --- - name: Configure lab host - gather_facts: true + gather_facts: false hosts: lab become: true