homelab/postgresql.yml

9 lines
236 B
YAML
Raw Normal View History

2024-09-29 18:04:34 +05:00
---
- hosts: webservers
roles:
- role: postgresql
postgres_password: "{{ postgres_password }}"
users:
mastodon: "{{ mastodon_postgresql_password }}"
vaultwarden: "{{ vaultwarden_postgresql_password }}"