mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-18 15:00
This commit is contained in:
@@ -35,6 +35,9 @@ pg_base_conf:
|
||||
lc_monetary: fr_FR.UTF-8
|
||||
lc_numeric: fr_FR.UTF-8
|
||||
lc_time: fr_FR.UTF-8
|
||||
ssl_cert_file: /var/lib/pgsql/ssl/server.crt
|
||||
ssl_key_file: /var/lib/pgsql/ssl/server.key
|
||||
ssl: "{{ pg_letsencrypt_cert is defined | ternary('on', 'off') }}"
|
||||
|
||||
pg_extra_conf: {}
|
||||
pg_conf: "{{ pg_base_conf | combine(pg_extra_conf, recursive=True) }}"
|
||||
@@ -74,4 +77,6 @@ pg_privs: []
|
||||
# Databases and roles to remove
|
||||
pg_databases_to_remove: []
|
||||
pg_roles_to_remove: []
|
||||
...
|
||||
|
||||
# If defined, a Let's Encrypt cert will be obtained and used
|
||||
# pg_letsencrypt_cert: postgres.example.org
|
||||
|
Reference in New Issue
Block a user