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