Initial commit
Some checks failed
/ ansible-docsmith (push) Failing after 19s

This commit is contained in:
Julien Riou 2026-02-16 08:19:07 +01:00 committed by Julien Riou
commit 8f1bf16c08
Signed by: jriou
GPG key ID: 9A099EDA51316854
67 changed files with 2971 additions and 0 deletions

View file

@ -0,0 +1,5 @@
POSTGRES_USER={{ firefly_db_username }}
POSTGRES_PASSWORD={{ firefly_db_password }}
POSTGRES_DB={{ firefly_db_database }}
POSTGRES_INITDB_ARGS="--data-checksums"
POSTGRES_HOST_AUTH_METHOD=scram-sha-256