summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-atlas.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-22 23:45:12 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-22 23:45:12 +0100
commiteef56d2f242eb261fb5a14738fef5846c7b2e5eb (patch)
treef52daddcbf0529bc280cfdcbdf281bf156144786 /inventory/host_vars/ch-atlas.yml
parentvm-host: fix in case no bridges are defined (diff)
move to new vm-host network config on ch-atlas
Diffstat (limited to 'inventory/host_vars/ch-atlas.yml')
-rw-r--r--inventory/host_vars/ch-atlas.yml24
1 files changed, 14 insertions, 10 deletions
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