fix: add default postgresql_hba variable

This commit is contained in:
Adrien Waksberg 2021-10-12 14:50:55 +02:00
parent 6c4697df5e
commit b7d50a9c43
2 changed files with 24 additions and 1 deletions
defaults

View file

@ -4,6 +4,7 @@ postgresql_use_official_repository: false
postgresql_primary: false
postgresql_databases: []
postgresql_users: []
postgresql_hba: []
postgresql_config: {}
postgresql_config_default:
data_directory: '/var/lib/postgresql/{{ postgresql_version }}/main'
@ -22,7 +23,7 @@ postgresql_config_default:
min_wal_size: 80MB
log_line_prefix: '%m [%p] %q%u@%d'
log_timezone: Etc/UTC
cluster_name: '{{ postgresql_version }}/main'
cluster_name: '{{ postgresql_version }}/main'
stats_temp_directory: '/var/run/postgresql/{{ postgresql_version }}-main.pg_stat_tmp'
datestyle: iso, mdy
timezone: Etc/UTC