Files
configpolicy/postgresql.yml
Dustin C. Hatch 164d86d646 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.
2025-02-01 17:36:58 -06:00

19 lines
357 B
YAML

- hosts: postgresql
roles:
- role: trustca
ca: dch-root-ca-r2
- role: postgresql-cert
tags:
- postgresql-cert
- role: wal-g-pg
tags:
- wal-g
- role: statsd-exporter
tags:
- statsd-exporter
- postgresql-server
- role: postgres-exporter
tags: postgres-exporter
- role: postgresql-data
tags: postgresql-data