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
|
2020-03-13 01:10:39 +08:00
|
|
|
retries=2
|
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
|
2022-06-10 04:15:45 +08:00
|
|
|
callbacks_enabled = profile_tasks
|
2018-03-21 16:19:05 +08:00
|
|
|
jinja2_extensions = jinja2.ext.do
|
2023-03-27 17:25:55 +08:00
|
|
|
roles_path = ../roles
|