Removed set_fact https_port

This commit is contained in:
2025-02-21 05:46:42 +01:00
parent 88194ac3d3
commit 40a30cc927
29 changed files with 106 additions and 34 deletions

View File

@@ -9,11 +9,6 @@
- domains[application_id] is string
# Default case: One domain exists. Some applications like matrix don't have an default domain
- name: "Set global http_port to {{ ports.localhost.http[application_id] }}"
set_fact:
http_port: "{{ ports.localhost.http[application_id] if application_id in ports.localhost.http else None }}"
# Default case: One port exists. Some applications like matrix don't have an default port
- name: "remove {{ docker_compose.directories.instance }} and all its contents"
file:
path: "{{ docker_compose.directories.instance }}"