Set up vhost for both {riot,element}.data.coop (#121)

A fix for #115.

Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Reviewed-on: data.coop/ansible#121
Co-authored-by: reynir <data.coop@reynir.dk>
Co-committed-by: reynir <data.coop@reynir.dk>
This commit is contained in:
reynir 2022-11-16 19:13:45 +00:00 committed by Sam A
parent a92d840ce0
commit bcbe0a8285
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
- name: upload vhost config for riot domain
template:
src: files/configs/matrix/vhost-riot
dest: "{{ nginx.volume_folder }}/vhost/{{ riot.domains[0] }}"
dest: "{{ nginx.volume_folder }}/vhost/{{ item }}"
loop: "{{ riot.domains }}"
- name: upload homeserver.yaml
template: