diff options
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/prod/hosts.yml | 1 | ||||
| -rw-r--r-- | inventory/test/hosts.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index 44ae3a0..1a2a83f 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -8,7 +8,6 @@ all: - host_prod nic_lan: igc0 nic_wan: igc1 - arch: amd64/amd64 lan_ipv4_gateway: "192.168.0.1" lan_ipv4_cidr: "192.168.0.10/16" is_prod: true diff --git a/inventory/test/hosts.yml b/inventory/test/hosts.yml index fdf982a..b03dcfc 100644 --- a/inventory/test/hosts.yml +++ b/inventory/test/hosts.yml @@ -12,7 +12,6 @@ all: - host_test nic_lan: vtnet0 nic_wan: vtnet0 - arch: arm64/aarch64 dns_nameserver: "10.0.20.1" lan_ipv4_gateway: "10.0.20.1" lan_ipv4_cidr: "10.0.20.2/24" |
