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
4 lines
53 B
INI
4 lines
53 B
INI
[defaults]
|
|
pipelining=True
|
|
retry_files_enabled=False
|