15 lines
No EOL
448 B
YAML
15 lines
No EOL
448 B
YAML
---
|
|
# Host-specific variables for sync.w5isp.com
|
|
ansible_user: ansible
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# Mailcow configuration
|
|
mailcow_hostname: mail.w5isp.com
|
|
mailcow_http_bind: "127.0.0.1"
|
|
mailcow_https_bind: "127.0.0.1"
|
|
mailcow_api_key: "{{ vault_mailcow_api_key }}"
|
|
mailcow_dbpass: "{{ vault_mailcow_dbpass }}"
|
|
mailcow_dbroot: "{{ vault_mailcow_dbroot }}"
|
|
|
|
# Since we're using Caddy as reverse proxy
|
|
mailcow_skip_lets_encrypt: "y" |