You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/examples/playbook/ansible.cfg

12 lines
274 B
INI

[defaults]
inventory = hosts
strategy_plugins = ../../ansible_mitogen/plugins/strategy
strategy = mitogen
library = modules
retry_files_enabled = False
forks = 50
[ssh_connection]
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
pipelining = True