24 lines
673 B
YAML
Raw Normal View History

2023-05-29 13:03:57 +02:00
---
- name: "include docker-central-database"
include_role:
name: docker-central-database
- name: "include tasks to receive attendize certbot certificate"
include_tasks: recieve-certbot-certificate.yml
vars:
domain: "{{ item }}"
loop:
- "{{ domains.mailu }}"
- "{{ domain }}"
2023-05-29 13:03:57 +02:00
- name: configure {{domain}}.conf
template:
src: roles/nginx-docker-reverse-proxy/templates/domain.conf.j2
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
2023-05-29 13:03:57 +02:00
notify: restart nginx
- name: "include tasks update-repository-with-files.yml"
include_tasks: update-repository-with-files.yml
vars:
detached_files:
- "docker-compose.yml"