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.
|
|
|
[defaults]
|
|
|
|
inventory = hosts
|
|
|
|
gathering = explicit
|
|
|
|
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
|
|
|
action_plugins = lib/action
|
|
|
|
callback_plugins = lib/callback
|
|
|
|
library = lib/modules
|
|
|
|
retry_files_enabled = False
|
|
|
|
forks = 50
|
|
|
|
|
|
|
|
# On Travis, paramiko check fails due to host key checking enabled.
|
|
|
|
host_key_checking = False
|
|
|
|
|
|
|
|
# Required by integration/runner__remote_tmp.yml
|
|
|
|
remote_tmp = ~/.ansible/mitogen-tests/
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
pipelining = True
|