Add ansible.cfg

This commit is contained in:
Luke Murphy
2020-04-13 14:19:51 +02:00
parent 02d94302da
commit ed72e9630c
2 changed files with 12 additions and 0 deletions

9
ansible.cfg Normal file
View File

@ -0,0 +1,9 @@
[defaults]
retry_files_enabled = false
[privilege_escalation]
become = true
become_method = sudo
[ssh_connection]
pipelining = true