Implemented role to recieve certs & do modification routines. Also optimized nextcloud

This commit is contained in:
2025-02-21 09:28:01 +01:00
parent 0805929d41
commit 8c951f6a19
15 changed files with 40 additions and 49 deletions

View File

@@ -3,11 +3,12 @@
include_role:
name: docker-central-database
- name: "include tasks to receive attendize certbot certificate"
include_role:
name: nginx-https-recieve-certificate
- name: "include role for {{application_id}} to recieve certs & do modification routines"
include_role:
name: nginx-https-get-cert-modify-all
vars:
domain: "{{ item }}"
http: "{{ ports.localhost.http[application_id] }}"
loop:
- "{{ domains.mailu }}"
- "{{ domain }}"