Implemented function for using central database at mailu. Just tmp needed due to bug

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-12 10:28:57 +01:00
parent 7f7a85dc63
commit 67f54c2a16
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ nginx_upstreams_directory: "{{nginx_configuration_directory}}upstreams/"
### Enable Central MariaDB ### Enable Central MariaDB
enable_central_database: true enable_central_database: true
enable_central_database_mailu: "{{enable_central_database}}"
### Domain Names for Various Services ### Domain Names for Various Services
domain_akaunting: "akaunting.{{top_domain}}" domain_akaunting: "akaunting.{{top_domain}}"

View File

@ -77,6 +77,7 @@
vars: vars:
domain: "{{domain_mailu}}" domain: "{{domain_mailu}}"
http_port: 8007 http_port: 8007
enable_central_database: "{{enable_central_database_mailu}}"
- name: setup elk hosts - name: setup elk hosts
hosts: elk hosts: elk