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

11 lines
237 B
INI

[defaults]
inventory = hosts
connection_plugins = ../../ansible_mitogen/connection
strategy_plugins = ../../ansible_mitogen/strategy
strategy = mitogen
connection = mitogen
retry_files_enabled = False
[ssh_connection]
pipelining = True