ansible config
This commit is contained in:
parent
e5e3ed6931
commit
8df44f880d
@ -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 = ./
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Configure lab host
|
||||
gather_facts: true
|
||||
gather_facts: false
|
||||
hosts: lab
|
||||
become: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user