1 Star 3 Fork 2

Elvin/ansible-app2k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible.cfg 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elvin 提交于 2023-06-25 11:38 . show task run-time for ansible
[defaults]
inventory = ./env/hosts
host_key_checking = False
# command_warnings = False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/app2k8s
retry_files_save_path = /tmp/retry
#1day
fact_caching_timeout = 86400
remote_tmp = $HOME/.ansible/tmp
ssh_args = -o ControlMaster=auto -o ControlPersist=10m
pipelining = False
forks = 10
# vault_password_file = /data/files/.vault.pass
#show task run-time
callback_whitelist= profile_tasks
ansible_port=22
ansible_user=root
roles_path = ./roles
ansible_roles_path = ./roles
#deprecation_warnings=False
[ssh_connection]
scp_if_ssh = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
YAML
1
https://gitee.com/alivv/ansible-app2k8s.git
git@gitee.com:alivv/ansible-app2k8s.git
alivv
ansible-app2k8s
ansible-app2k8s
master

搜索帮助