Started playbook

This commit is contained in:
Mike Wilson
2022-12-15 18:45:36 -05:00
parent a38476704c
commit 9af3251cee
5 changed files with 23 additions and 1 deletions

4
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,4 @@
[defaults]
inventory = ./hosts.ini
interpreter_python = auto_silent # Disables "Using discovered python interpreter" warning
become_ask_pass = True