1 Star 2 Fork 1

乞丐亦异 / ansible-suricata

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible.cfg 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haibin Lee 提交于 2019-03-20 17:26 . INIT
[defaults]
inventory = hosts.ini
host_key_checking = false
retry_files_enabled = false
timeout = 60
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact_caching
callback_whitelist = profile_roles
stdout_callback = skippy
remote_tmp = $HOME/.ansible/tmp
vault_password_file = ~/.ansible/vault_pass
no_target_syslog = true
command_warnings = false
[paramiko_connection]
record_host_keys = false
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
pipelining = true
Python
1
https://gitee.com/bottlelee/ansible-suricata.git
git@gitee.com:bottlelee/ansible-suricata.git
bottlelee
ansible-suricata
ansible-suricata
master

搜索帮助