Initial working commit
This commit is contained in:
11
ansible.cfg
Normal file
11
ansible.cfg
Normal 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
|
||||
Reference in New Issue
Block a user