2018-02-14 16:33:11 +00:00
|
|
|
[defaults]
|
|
|
|
inventory = hosts
|
2018-02-28 21:33:47 +00:00
|
|
|
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
2018-03-07 23:18:42 +00:00
|
|
|
strategy = mitogen
|
2018-02-28 21:33:47 +00:00
|
|
|
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
|