Initial working commit

This commit is contained in:
Bastian de Byl
2020-09-24 21:06:56 -04:00
commit e0abdbe506
32 changed files with 430 additions and 0 deletions

11
ansible.cfg Normal file
View File

@@ -0,0 +1,11 @@
[defaults]
callback_whitelist = profile_tasks
# Do not gather facts by default
gathering = explicit
# Hide warnings about discovered Python interpreter
interpreter_python = auto_silent
[ssh_connection]
pipelining = true