From 469afb98140c2a33ecd0124381035423a2006e1e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Aug 2026 13:53:07 +0300 Subject: Restructure jail ip references --- roles/jails/01_ingress/templates/etc_pf.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/jails/01_ingress') diff --git a/roles/jails/01_ingress/templates/etc_pf.conf.j2 b/roles/jails/01_ingress/templates/etc_pf.conf.j2 index 1d8f4c8..5250f79 100644 --- a/roles/jails/01_ingress/templates/etc_pf.conf.j2 +++ b/roles/jails/01_ingress/templates/etc_pf.conf.j2 @@ -4,7 +4,7 @@ lan = "epl{{ jail.num }}b" wan = "epw{{ jail.num }}b" lan_net = "{{ lan_ipv4_network }}" -gemini_host = "{{ jail_lan_cidr | ipv4_nth(5 + jail_lan_offset | int) }}" +gemini_host = "{{ jail_ips.homepage }}" table persist -- cgit v1.3