postgresql/ansible.cfg

14 lines
318 B
INI
Raw Permalink Normal View History

2023-08-11 07:01:30 +00:00
[defaults]
2023-08-11 07:23:57 +00:00
timeout = 300
jinja2_native = True
2023-08-11 07:01:30 +00:00
host_key_checking = False
pipelining = True
2023-08-11 07:23:57 +00:00
callbacks_enabled = timer, profile_tasks
2023-08-11 07:01:30 +00:00
forks = 50
roles_path = roles
2023-08-11 07:23:57 +00:00
interpreter_python = auto_silent
2023-08-11 07:01:30 +00:00
[ssh_connection]
pipelining = True
2023-08-11 07:23:57 +00:00
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null