add ansible.cfg a la mrled; same sane defaults, basically.

pull/1/head
jowj 4 years ago
parent 46d9af29ea
commit 70402cea38

@ -0,0 +1,12 @@
[defaults]
inventory = hosts.yml
pipelining = True
retry_files_enabled = False
stdout_callback = yaml
[ssh_connection]
scp_if_ssh = True
retries = 1
[privilege_escalation]
become = True
Loading…
Cancel
Save