15 Star 33 Fork 9

乞丐亦异 / kubernetes-rook-nexus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible.cfg 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
乞丐亦异 提交于 2019-12-30 10:09 . REV: nexus deployment improved
[defaults]
inventory = inventory/sample/inventory.ini
host_key_checking = false
retry_files_enabled = false
timeout = 120
gathering = smart
callback_whitelist = profile_roles
stdout_callback = skippy
no_target_syslog = true
command_warnings = false
roles_path = roles:kubespray/roles
library = kubespray/library
log_path = ./ansible.log
strategy_plugins = plugins/mitogen/ansible_mitogen/plugins/strategy
deprecation_warnings = False
[paramiko_connection]
record_host_keys = false
[ssh_connection]
ssh_args = -o ControlMaster=auto -o UserKnownHostsFile=/dev/null -o ConnectTimeout=300 -o Compression=yes -o TCPKeepAlive=yes -o ServerAliveInterval=5 -o StrictHostKeyChecking=no -o AddKeysToAgent=yes
pipelining = true
retries = 10
scp_if_ssh = True
[persistent_connection]
connect_timeout = 120
connect_retry_timeout = 60
[privilege_escalation]
become_allow_same_user = false
[inventory]
ignore_patterns = artifacts, credentials
cache = true
Python
1
https://gitee.com/bottlelee/kubernetes-rook-nexus.git
git@gitee.com:bottlelee/kubernetes-rook-nexus.git
bottlelee
kubernetes-rook-nexus
kubernetes-rook-nexus
master

搜索帮助