homelab/postgresql.yml
2024-09-29 18:04:34 +05:00

8 lines
236 B
YAML

---
- hosts: webservers
roles:
- role: postgresql
postgres_password: "{{ postgres_password }}"
users:
mastodon: "{{ mastodon_postgresql_password }}"
vaultwarden: "{{ vaultwarden_postgresql_password }}"