ansible-docker-mailcow/roles/mailcow-ansiblerole/defaults/main/main.yml
Jesko Anschütz d563801458 initial
2025-03-20 10:39:09 +01:00

25 lines
836 B
YAML
Executable file

---
mailcow__hostname: "{{ inventory_hostname }}"
mailcow__install_path: "/opt/mailcow-dockerized"
mailcow__git_repo: 'https://github.com/mailcow/mailcow-dockerized.git'
mailcow__git_version: master
mailcow__timezone: Europe/Berlin
mailcow__docker_compose_project_name: mailcowdockerized
# Change theme (default: lumen)
# Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
# simplex, slate, spacelab, superhero, united, yeti
# See https://bootswatch.com/
# WARNING: Only lumen is loaded locally. Enabling any other theme, will download external sources.
mailcow__theme: lumen
mailcow__install_updates: yes
mailcow__rspamd_clamd_servers: clamd:3310
# Change this to "docker-compose" if you use the standalone version of compose
mailcow__compose_command: docker compose