vhost config file for matrix domain

This commit is contained in:
Jesper Hess 2019-03-05 09:06:19 +01:00
parent 4db622313d
commit ae2873e4d9
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
src: files/configs/matrix/vhost-root
dest: "{{ nginx.volume_folder }}/vhost/{{ base_domain }}"
- name: upload vhost config for matrix domain
template:
src: files/configs/matrix/vhost-matrix
dest: "{{ nginx.volume_folder }}/vhost/{{ matrix.domain }}"
- name: matrix database container
docker_container:
name: matrix_db