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/prod | |
| parent | 017b29539749da3c62202879d757a45ffc71208c (diff) | |
Simplify jail configuration
Diffstat (limited to 'inventory/prod')
| -rw-r--r-- | inventory/prod/hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index c6f5fa9..ab2f80f 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -11,6 +11,8 @@ all: 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 jails: vars: |
