postgresql/ansible.cfg
2023-08-11 10:23:57 +03:00

14 lines
318 B
INI

[defaults]
timeout = 300
jinja2_native = True
host_key_checking = False
pipelining = True
callbacks_enabled = timer, profile_tasks
forks = 50
roles_path = roles
interpreter_python = auto_silent
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null