Files
jumpserver/apps/libs/ansible/ansible.cfg
2026-07-01 14:56:36 +08:00

19 lines
462 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[defaults]
forks = 20
host_key_checking = False
library = /opt/jumpserver/apps/libs/ansible/modules:./modules
timeout = 65
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
# Docker 隔离下 ControlMaster 在 bind mount 上无法创建 mux socketmacOS 尤其明显)
ssh_args = -o ControlMaster=no -o ControlPersist=no
pipelining = True
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]