Change Pinafore domain to pinafore.testing.data.coop

This commit is contained in:
Sam A. 2022-12-05 19:59:19 +01:00
parent 51c8acc119
commit 01f08ec00b
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -166,7 +166,7 @@ services:
pinafore: pinafore:
file: pinafore.yml file: pinafore.yml
domain: "pinafore.{{ base_domain }}" domain: "pinafore.{{ testing_domain }}"
version: v2.4.0 version: v2.4.0
membersystem: membersystem: