Add ansible.cfg

This commit is contained in:
Ryan Cavicchioni 2022-08-30 07:41:56 -05:00
parent 1febcb4d1c
commit bceedf79f4
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -1,7 +1,8 @@
[defaults] [defaults]
nocows=1 nocows=1
syslog_facility=LOG_LOCAL2 syslog_facility=LOG_LOCAL2
ask_vault_pass=True
[ssh_connection] [ssh_connection]
pipelining=True pipelining=True
scp_if_ssh = True