mitogen/examples/playbook/ansible.cfg

12 lines
274 B
INI
Raw Normal View History

2018-02-14 16:33:11 +00:00
[defaults]
inventory = hosts
strategy_plugins = ../../ansible_mitogen/plugins/strategy
strategy = mitogen
library = modules
2018-02-14 16:33:11 +00:00
retry_files_enabled = False
2018-03-15 19:27:20 +00:00
forks = 50
2018-02-14 16:33:11 +00:00
[ssh_connection]
2018-03-02 13:50:10 +00:00
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
2018-02-14 16:33:11 +00:00
pipelining = True