mirror of
https://gitea.0xace.cc/ansible-playbooks/postgresql.git
synced 2024-11-24 15:56:39 +00:00
update ansible.cfg
This commit is contained in:
parent
d7d7f4838a
commit
75ce862a31
@ -1,10 +1,13 @@
|
||||
[defaults]
|
||||
timeout = 300
|
||||
jinja2_native = True
|
||||
host_key_checking = False
|
||||
pipelining = True
|
||||
callback_whitelist = timer, profile_tasks
|
||||
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
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user