ansible-collection-apps/roles/podman_link/templates/home/zammad-database.yml
irl ce0eb65c8e
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
feat: initial commit
2025-11-08 20:55:40 +00:00

9 lines
265 B
YAML

production:
adapter: postgresql
database: {{ podman_link_postgres_zammad_database }}
pool: 50
timeout: 5000
encoding: utf8
username: {{ podman_link_postgres_zammad_user }}
password: {{ podman_link_postgres_zammad_password }}
host: zammad-postgresql