Feat: add link role
This commit is contained in:
parent
051c1ab57f
commit
1730aa5b13
26 changed files with 716 additions and 0 deletions
9
roles/podman_link/templates/zammad-database.yml
Normal file
9
roles/podman_link/templates/zammad-database.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue