forked from data.coop/ansible
Include mastodon in services list. Set letsencrypt_email to admin@data.coop.
This commit is contained in:
parent
09b05bf657
commit
371237b9f8
|
@ -4,7 +4,7 @@
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
base_domain: data.coop
|
base_domain: data.coop
|
||||||
letsencrypt_email: bestyrelsen@data.coop
|
letsencrypt_email: admin@data.coop
|
||||||
ldap_dn: "dc=data,dc=coop"
|
ldap_dn: "dc=data,dc=coop"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
- ouroboros
|
- ouroboros
|
||||||
- mailu
|
- mailu
|
||||||
- portainer
|
- portainer
|
||||||
|
- mastodon
|
||||||
# - tt-rss
|
# - tt-rss
|
||||||
|
|
||||||
smtp_host: "postfix"
|
smtp_host: "postfix"
|
||||||
|
|
Loading…
Reference in a new issue