加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible.cfg 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
buxiaomo 提交于 2023-02-11 20:44 . update ConnectionAttempts
[ssh_connection]
ssh_args = -C -o ConnectTimeout=5s -o ControlMaster=auto -o ControlPersist=60s -o ConnectionAttempts=2 -o UserKnownHostsFile=/dev/null
pipelining = true
scp_if_ssh = true
[defaults]
ansible_managed = Ansible managed: Do NOT edit this file manually!
forks = 20
roles_path = roles
library = ./plugins/library
filter_plugins = ./plugins/filter
host_key_checking = false
gathering = smart
fact_caching = jsonfile
fact_caching_timeout = 86400
fact_caching_connection = ~/.ansible/ansible_fact_cache
retry_files_enabled = false
remote_tmp = ~/.ansible/tmp
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化