diff options
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/prod/hosts.yml | 2 | ||||
| -rw-r--r-- | inventory/test/hosts.yml | 3 |
2 files changed, 5 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: 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: |
