r/postgresql-data: Manage users and databases
This role can ensure PostgreSQL users and databases are created for applications that are not themselves managed by Ansible. Notably, we need to do this for anything deployed in Kubernetes that uses the central database server.
This commit is contained in:
@@ -60,3 +60,15 @@ wal_g_pg_config:
|
||||
AWS_ENDPOINT: https://s3.backups.pyrocufflink.blue
|
||||
PGHOST: /run/postgresql
|
||||
WALG_STATSD_ADDRESS: localhost:9125
|
||||
|
||||
postgresql_users:
|
||||
- name: ara
|
||||
- name: authelia
|
||||
- name: firefly
|
||||
- name: homeassistant
|
||||
|
||||
postgresql_dbs:
|
||||
- name: ara
|
||||
- name: authelia
|
||||
- name: firefly
|
||||
- name: homeassistant
|
||||
|
||||
Reference in New Issue
Block a user