2016-02-10 18:51:39 +08:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|
2016-12-17 19:42:30 +08:00
|
|
|
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
|
|
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
2016-10-25 18:23:49 +08:00
|
|
|
[defaults]
|
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-01-24 01:53:14 +08:00
|
|
|
stdout_callback = skippy
|
2017-01-27 07:16:53 +08:00
|
|
|
library = ./library
|
2017-02-14 20:23:05 +08:00
|
|
|
callback_whitelist = profile_tasks
|