Go to file
phil eb0c35701b Postgres doesn't allow connections via hostname
This role needs to delegate the database tasks to a database host -
which sometimes is the same host that runs Zammad
(delegate_to: localhost doesn't work because it wants to run the
tasks at the Ansible controler)
We need to distinguish between the database_host and the zammad_database_host
The later one can be set to 127.0.0.1 to allow local database connections
without using the hostname
2023-12-22 11:06:37 +01:00
defaults Postgres doesn't allow connections via hostname 2023-12-22 11:06:37 +01:00
files Cleanup role 2023-12-22 08:46:29 +01:00
handlers Cleanup role 2023-12-22 08:46:29 +01:00
meta zammad: Korrigiere meta-file 2023-02-15 13:57:12 +01:00
tasks Rename tasks, fix apt_key deprecate warnings 2023-12-22 10:13:57 +01:00
templates Postgres doesn't allow connections via hostname 2023-12-22 11:06:37 +01:00
.gitignore Add .gitignore 2023-12-22 08:38:47 +01:00