aboutsummaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-05 13:53:07 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-05 14:38:00 +0300
commit469afb98140c2a33ecd0124381035423a2006e1e (patch)
treec3e234437df915d47831829d3e34671b82be8ef2 /inventory
parentd38fe54ab035f8e3248b8e20a58abd89861833bf (diff)
Restructure jail ip references
Diffstat (limited to 'inventory')
-rw-r--r--inventory/prod/hosts.yml1
-rw-r--r--inventory/test/hosts.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml
index ab2f80f..017166c 100644
--- a/inventory/prod/hosts.yml
+++ b/inventory/prod/hosts.yml
@@ -10,7 +10,6 @@ all:
nic_wan: igc1
lan_ipv4_gateway: "192.168.0.1"
lan_ipv4_cidr: "192.168.0.10/16"
- poudriere_repo_ip: "192.168.2.21"
jail_lan_cidr: "192.168.2.0/16"
jail_lan_offset: 0
is_prod: true
diff --git a/inventory/test/hosts.yml b/inventory/test/hosts.yml
index 2624b52..9c6c73a 100644
--- a/inventory/test/hosts.yml
+++ b/inventory/test/hosts.yml
@@ -15,7 +15,6 @@ all:
dns_nameserver: "10.0.20.1"
lan_ipv4_gateway: "10.0.20.1"
lan_ipv4_cidr: "10.0.20.2/24"
- poudriere_repo_ip: "10.0.20.121"
jail_lan_cidr: "10.0.20.0/24"
jail_lan_offset: 100
ingress_wan_static: "10.0.20.3/24"