2018-02-14 16:33:11 +00:00
|
|
|
[defaults]
|
2018-05-15 21:10:36 +00:00
|
|
|
inventory = hosts,lib/inventory
|
2018-04-02 07:05:37 +00:00
|
|
|
gathering = explicit
|
2018-02-28 21:33:47 +00:00
|
|
|
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
2018-04-05 16:27:02 +00:00
|
|
|
action_plugins = lib/action
|
2018-04-18 17:01:34 +00:00
|
|
|
callback_plugins = lib/callback
|
2018-06-10 14:03:34 +00:00
|
|
|
stdout_callback = nice_stdout
|
2018-07-10 17:29:49 +00:00
|
|
|
vars_plugins = lib/vars
|
2018-04-05 16:26:43 +00:00
|
|
|
library = lib/modules
|
2018-11-08 01:39:19 +00:00
|
|
|
filter_plugins = lib/filters
|
2018-07-28 21:09:21 +00:00
|
|
|
module_utils = lib/module_utils
|
2018-02-14 16:33:11 +00:00
|
|
|
retry_files_enabled = False
|
2018-08-22 12:36:33 +00:00
|
|
|
display_args_to_stdout = True
|
2018-09-07 21:56:25 +00:00
|
|
|
forks = 100
|
|
|
|
|
2018-11-07 16:23:07 +00:00
|
|
|
# On MacOS, "smart" with a password set causes Ansible to use paramiko.
|
|
|
|
transport = ssh
|
|
|
|
|
2018-09-07 21:56:25 +00:00
|
|
|
no_target_syslog = True
|
2018-02-14 16:33:11 +00:00
|
|
|
|
2018-05-03 17:19:40 +00:00
|
|
|
# Required by integration/ssh/timeouts.yml
|
2018-05-04 17:17:31 +00:00
|
|
|
timeout = 10
|
2018-05-03 17:19:40 +00:00
|
|
|
|
2018-04-17 12:48:14 +00:00
|
|
|
# On Travis, paramiko check fails due to host key checking enabled.
|
|
|
|
host_key_checking = False
|
|
|
|
|
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
|