This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
ansible-personal
Watch
1
Star
0
Fork
0
You've already forked ansible-personal
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
4866083539
ansible-personal
/
ansible.cfg
6 lines
71 B
INI
Raw
Normal View
History
Unescape
Escape
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
2016-08-22 12:04:13 +02:00
[defaults]
retry_files_enabled
=
False
ansible.cfg: Fix SSH pipelining config The docs aren't very clear on this to be honest, but this option needs to be under a [ssh_connection] section. See: http://docs.ansible.com/ansible/intro_configuration.html#pipelining See: https://review.openstack.org/#/c/331499/
2016-09-07 09:37:25 +02:00
[ssh_connection]
pipelining
=
True
Reference in New Issue
Copy Permalink