ansible-collection-wip/roles/podman_link/templates/zammad-database.yml

10 lines
265 B
YAML
Raw Normal View History

2025-08-25 10:12:25 +01:00
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