gocron/conf/ansible.cfg

8 lines
130 B
INI
Raw Normal View History

2017-03-10 03:17:50 +00:00
[defaults]
2017-03-10 09:24:06 +00:00
; 默认不收集远程主机信息
2017-03-10 03:17:50 +00:00
gathering = explicit
; 默认模块
2017-03-23 05:31:16 +00:00
module_name = shell
host_key_checking = false