ansible/group_vars/production/vars.yml

14 lines
212 B
YAML
Raw Normal View History

2024-03-01 20:30:18 +00:00
# vim: ft=yaml.ansible
# code: language=ansible
---
base_domain: data.coop
2024-03-01 20:30:18 +00:00
letsencrypt_email: admin@data.coop
2024-03-01 20:52:27 +00:00
services_exclude:
- uptime_kuma
2024-03-01 20:30:18 +00:00
smtp_host: "postfix"
smtp_port: "587"
2024-03-01 20:52:27 +00:00
ldap_dn: "dc=data,dc=coop"