diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-04 12:00:39 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-04 12:00:39 +0300 |
| commit | d38fe54ab035f8e3248b8e20a58abd89861833bf (patch) | |
| tree | fcc78428a726799568a1ae2253a16590e883c816 /inventory/test/hosts.yml | |
| parent | 017b29539749da3c62202879d757a45ffc71208c (diff) | |
Simplify jail configuration
Diffstat (limited to 'inventory/test/hosts.yml')
| -rw-r--r-- | inventory/test/hosts.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/test/hosts.yml b/inventory/test/hosts.yml index d9f5bfb..2624b52 100644 --- a/inventory/test/hosts.yml +++ b/inventory/test/hosts.yml @@ -16,6 +16,9 @@ all: 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" is_prod: false jails: vars: |
