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

@ -9,3 +9,4 @@ collections_paths = ./collections
collections_path = ./collections collections_path = ./collections
roles_path = ./roles 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 - name: Configure lab host
gather_facts: true gather_facts: false
hosts: lab hosts: lab
become: true become: true