2020-12-21 23:16:11 +00:00
|
|
|
[defaults]
|
|
|
|
inventory = ./hosts
|
|
|
|
timeout = 60
|
2021-01-29 00:08:39 +00:00
|
|
|
# ask_vault_pass = True
|
2020-12-21 23:16:11 +00:00
|
|
|
|
|
|
|
[privilege_escalation]
|
2021-03-17 21:52:05 +00:00
|
|
|
become = True
|
|
|
|
become_ask_pass = True
|
2020-12-21 23:16:11 +00:00
|
|
|
|
2021-01-29 00:08:39 +00:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining = True
|
|
|
|
retries = 3
|
2020-12-21 23:16:11 +00:00
|
|
|
|
|
|
|
[diff]
|
|
|
|
always = yes
|