Files
jumpserver/utils/ansible_executor/ansible.cfg
2026-06-10 10:23:49 +08:00

9 lines
242 B
INI

[defaults]
forks = 10
host_key_checking = False
library = /opt/jumpserver/apps/libs/ansible/modules:./modules
timeout = 65
[ssh_connection]
ssh_args = -o ControlMaster=no -o ControlPersist=no
pipelining = True