Always recreate Mastodon containers #134

Merged
valberg merged 5 commits from fix_mastodon into main 2022-12-04 21:45:32 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit ea7ed05ba0 - Show all commits

View File

@ -3,13 +3,14 @@
gather_facts: true
become: true
vars:
base_domain: data.coop
letsencrypt_email: admin@data.coop
ldap_dn: "dc=data,dc=coop"
vagrant: "{{ ansible_virtualization_role == 'guest' }}"
letsencrypt_enabled: "{{ not vagrant }}"
base_domain: "{{ 'datacoop.devel' if vagrant else 'data.coop' }}"
letsencrypt_email: "admin@{{ base_domain }}"
smtp_host: "postfix"
smtp_port: "587"