More optimation of domain bugs

This commit is contained in:
2025-02-21 08:04:52 +01:00
parent c4b622ccdb
commit 10b2ead705
9 changed files with 48 additions and 16 deletions

View File

@@ -2,17 +2,20 @@
include_role:
name: nginx-modifier-all
- name: "include role nginx-https-recieve-certificate for {{domain}}"
include_role:
name: nginx-https-recieve-certificate
- name: "Relevant variables for role: {{ role_path | basename }}"
debug:
msg:
domains: "{{domains}}"
applications: "{{applications}}"
domain: "{{domain}}"
domains: "{{domains}}"
applications: "{{applications}}"
when: enable_debug | bool
- name: "include role nginx-https-recieve-certificate for {{domain}}"
include_role:
name: nginx-https-recieve-certificate
vars:
domain: "{{domain}}"
- name: "copy nginx domain configuration to {{configuration_destination}}"
template:
src: "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2"