Move Jinja2 template files into templates directory #137
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: Upload vhost config for root domain
|
||||
copy:
|
||||
src: configs/mastodon/vhost-mastodon
|
||||
src: configs/vhost/mastodon
|
||||
dest: "{{ services.nginx_proxy.volume_folder }}/vhost/{{ services.mastodon.domain }}"
|
||||
|
||||
- name: Copy PostgreSQL config
|
||||
|
|
|
@ -38,17 +38,17 @@
|
|||
|
||||
- name: upload vhost config for root domain
|
||||
copy:
|
||||
src: configs/matrix/vhost-root
|
||||
src: configs/vhost/root
|
||||
dest: "{{ services.nginx_proxy.volume_folder }}/vhost/{{ base_domain }}"
|
||||
|
||||
- name: upload vhost config for matrix domain
|
||||
copy:
|
||||
src: configs/matrix/vhost-matrix
|
||||
src: configs/vhost/matrix
|
||||
dest: "{{ services.nginx_proxy.volume_folder }}/vhost/{{ services.matrix.domain }}"
|
||||
|
||||
- name: upload vhost config for riot domains
|
||||
copy:
|
||||
src: configs/matrix/vhost-riot
|
||||
src: configs/vhost/riot
|
||||
dest: "{{ services.nginx_proxy.volume_folder }}/vhost/{{ item }}"
|
||||
loop: "{{ services.riot.domains }}"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: upload vhost config for cloud.data.coop
|
||||
copy:
|
||||
src: configs/nextcloud/vhost
|
||||
src: configs/vhost/nextcloud
|
||||
dest: "{{ services.nginx_proxy.volume_folder }}/vhost/{{ services.nextcloud.domain }}"
|
||||
notify: "restart nginx"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
- name: upload privatebin config
|
||||
copy:
|
||||
src: configs/privatebin-conf.php
|
||||
src: configs/privatebin/conf.php
|
||||
dest: "{{ services.privatebin.volume_folder }}/cfg/conf.php"
|
||||
|
||||
- name: privatebin app container
|
||||
|
|
Loading…
Reference in a new issue