Add ansible.cfg

Pipelining makes ansible run tasks much faster, and as of Ansible
2.0 or 2.1 or so, it now works on older hosts that have requiretty
in their sudo config[0]. Also, disable the creation of those stupid
retry files.

[0] https://github.com/ansible/ansible/pull/13200
This commit is contained in:
Alan Orth 2016-08-22 13:04:13 +03:00
parent 0445c3cdee
commit e9aa4d0fdf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

3
ansible.cfg Normal file
View File

@ -0,0 +1,3 @@
[defaults]
pipelining=True
retry_files_enabled=False