mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-02-23 04:54:46 +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'
|