Closed alanorth closed 8 years ago
I actually have one with retry_files_enabled=False
to prevent ansible from creating those annoying $playbook.retry files.
@oguya Would you like a cookie?
@alanorth what's up with the 'cookie'?
I was teasing you for flossing in your comment. 😉
Pipelining makes ansible run tasks much faster[0], and as of Ansible 2.0 or 2.1 or so, it now works on older hosts that have
requiretty
in their sudo config[1]. Also, disable the creation of those stupid retry files.[0] https://docs.ansible.com/ansible/intro_configuration.html#pipelining [1] https://github.com/ansible/ansible/pull/13200