From 5e5eb806c12fdfd71499147b65d9f0dd37516d75 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 29 Nov 2025 00:55:40 -0500 Subject: [PATCH] nginx-proxy VIRTUAL_HOST server_name paramter work --- tasks/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/containers.yml b/tasks/containers.yml index 6869b55..e1a588a 100644 --- a/tasks/containers.yml +++ b/tasks/containers.yml @@ -5,7 +5,7 @@ name: "pod_nextcloud" state: created share: ipc,uts - hostname: "{{ ansible_host }}" + hostname: "{{ inventory_hostname | default('ansible_undefined_fact') }}" restart_policy: always - name: nextcloud Container State created