1
0

ansible config

This commit is contained in:
michael 2022-09-03 01:36:35 +12:00
parent e5e3ed6931
commit 8df44f880d
2 changed files with 3 additions and 2 deletions

View File

@ -8,4 +8,5 @@ interpreter_python = auto_silent
collections_paths = ./collections
collections_path = ./collections
roles_path = ./roles
vault_password_file = ./vault_password
vault_password_file = ./vault_password
playbook_vars_root = ./

View File

@ -1,6 +1,6 @@
---
- name: Configure lab host
gather_facts: true
gather_facts: false
hosts: lab
become: true