2016-02-10 10:51:39 +00:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|
2017-10-25 10:45:54 +00:00
|
|
|
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
2020-03-12 17:10:39 +00:00
|
|
|
retries=2
|
2016-10-25 10:23:49 +00:00
|
|
|
[defaults]
|
2016-12-22 14:12:47 +00:00
|
|
|
forks = 20
|
2016-02-10 10:51:39 +00:00
|
|
|
host_key_checking=False
|
2016-10-25 10:23:49 +00:00
|
|
|
gathering = smart
|
|
|
|
fact_caching = jsonfile
|
|
|
|
fact_caching_connection = /tmp
|
2017-02-14 12:23:05 +00:00
|
|
|
stdout_callback = skippy
|
2017-10-26 08:10:33 +00:00
|
|
|
library = ./library:../library
|
2017-02-14 12:23:05 +00:00
|
|
|
callback_whitelist = profile_tasks
|
2018-03-21 08:19:05 +00:00
|
|
|
jinja2_extensions = jinja2.ext.do
|