19 Star 80 Fork 46

乞丐亦异/ansible-elk-deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible.cfg 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haibin Lee 提交于 2019-03-15 15:23 . REV: re-construct the inventories
[defaults]
inventory = inventories/example/hosts.ini
host_key_checking = false
retry_files_enabled = false
timeout = 60
gathering = smart
#fact_caching = jsonfile
#fact_caching_connection = /tmp/vagrant_fact_caching
callback_whitelist = profile_roles
stdout_callback = skippy
remote_tmp = $HOME/.ansible/tmp
no_target_syslog = true
[paramiko_connection]
record_host_keys = false
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
pipelining = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bottlelee/ansible-elk-deploy.git
git@gitee.com:bottlelee/ansible-elk-deploy.git
bottlelee
ansible-elk-deploy
ansible-elk-deploy
master

搜索帮助