service: Allow socat without reverse proxy config

This commit is contained in:
uumas
2025-07-11 20:41:04 +03:00
parent 303d3a384a
commit f52ba4eced
5 changed files with 32 additions and 25 deletions

View File

@@ -40,6 +40,10 @@
container_wants: "{{ _service_container_wants }}"
container_auto_update: "{{ service_auto_update }}"
- name: Socat for {{ service_name }}
ansible.builtin.include_tasks: socat.yaml
when: service_container_http_port > 0
- name: Reverse proxy for {{ service_name }}
ansible.builtin.include_tasks: proxy.yaml
when: service_domains | length > 0