mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
cleanup
This commit is contained in:
parent
875fe5cbf2
commit
bbfba812c0
@ -145,14 +145,8 @@ postgresql:
|
||||
sslcert: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt
|
||||
sslkey: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name}}.key
|
||||
{% endif %}
|
||||
# rewind: # Has no effect on postgres 10 and lower
|
||||
# username: rewind_user
|
||||
# password: rewind_password
|
||||
parameters:
|
||||
unix_socket_directories: {{ patroni_postgresql_unix_socket_dir }}
|
||||
#{% if patroni_postgresql_stats_temp_directory_path is defined and patroni_postgresql_stats_temp_directory_path != 'none' %}
|
||||
# stats_temp_directory: {{ patroni_postgresql_stats_temp_directory_path }}
|
||||
#{% endif %}
|
||||
{% if patroni_ssl|bool %}
|
||||
ssl: on
|
||||
ssl_cert_file: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt
|
||||
|
Loading…
Reference in New Issue
Block a user