Files
jumpserver/apps/libs/ansible/ansible.cfg
2026-06-11 15:11:01 +08:00

19 lines
374 B
INI

[defaults]
forks = 10
host_key_checking = False
library = /opt/jumpserver/apps/libs/ansible/modules:./modules
timeout = 65
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
# for test
ssh_args = -o ControlMaster=no -o ControlPersist=no
pipelining = True
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]