From eef56d2f242eb261fb5a14738fef5846c7b2e5eb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 22 Dec 2019 23:45:12 +0100 Subject: move to new vm-host network config on ch-atlas --- inventory/host_vars/ch-atlas.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'inventory/host_vars/ch-atlas.yml') diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml index a131434a..2316d647 100644 --- a/inventory/host_vars/ch-atlas.yml +++ b/inventory/host_vars/ch-atlas.yml @@ -1,14 +1,18 @@ --- vm_host: network: - prefix: 89.106.215.29/28 - gw: 89.106.215.30 - prefix6: 2a02:3e0:407::29/64 - gw6: 2a02:3e0:407::1 dns: - - 89.106.208.7 - - 89.106.208.12 - offsets: - ch-keyserver: 3 - ch-testvm: 4 - r3-vex2: 11 + - 89.106.208.7 + - 89.106.208.12 + bridges: + public: + interfaces: + - eth0 + prefix: 89.106.215.29/28 + gw: 89.106.215.30 + prefix6: 2a02:3e0:407::29/64 + gw6: 2a02:3e0:407::1 + offsets: + ch-keyserver: 3 + ch-testvm: 4 + r3-vex2: 11 -- cgit v1.2.3