From e4a4944fbc7632f61f38155176b0b60475fd5738 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 16 Mar 2025 14:46:55 -0500 Subject: [PATCH] postgresql: Add receipts/user DB The Receipt application needs a PostgreSQL database on the central server. --- group_vars/postgresql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/postgresql.yml b/group_vars/postgresql.yml index 33adddb..bc4afc8 100644 --- a/group_vars/postgresql.yml +++ b/group_vars/postgresql.yml @@ -66,9 +66,11 @@ postgresql_users: - name: authelia - name: firefly - name: homeassistant +- name: receipts postgresql_dbs: - name: ara - name: authelia - name: firefly - name: homeassistant +- name: receipts