Refactored domain logic

This commit is contained in:
2025-05-19 18:38:41 +02:00
parent 37dcc5f74e
commit 1b50f73803
10 changed files with 340 additions and 234 deletions

View File

@@ -17,6 +17,13 @@
set_fact:
domains: "{{ defaults_domains | combine(domains | default({}, true), recursive=True) }}"
- name: "Merged Variables"
# Add new merged variables here
debug:
msg:
domains: "{{ defaults_domains }}"
when: enable_debug | bool
- name: Merge redirect domain definitions into dictionary
set_fact:
combined_mapping: >-