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.
20 lines
586 B
Django/Jinja
20 lines
586 B
Django/Jinja
[defaults]
|
|
inventory = hosts,~/mitogen/tests/ansible/lib/inventory
|
|
gathering = explicit
|
|
strategy_plugins = ~/mitogen/ansible_mitogen/plugins/strategy
|
|
action_plugins = ~/mitogen/tests/ansible/lib/action
|
|
callback_plugins = ~/mitogen/tests/ansible/lib/callback
|
|
stdout_callback = nice_stdout
|
|
vars_plugins = ~/mitogen/tests/ansible/lib/vars
|
|
library = ~/mitogen/tests/ansible/lib/modules
|
|
retry_files_enabled = False
|
|
forks = 50
|
|
|
|
strategy = mitogen_linear
|
|
|
|
host_key_checking = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
|
pipelining = True
|