Set up vhost for both {riot,element}.data.coop
This commit is contained in:
parent
a92d840ce0
commit
862a9aca79
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue