mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 20:12:23 +00:00
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
|
ssl = on
|
||
|
ssl_cert_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.crt'
|
||
|
ssl_key_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.key'
|