summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-atlas.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-atlas.yml')
-rw-r--r--inventory/host_vars/ch-atlas.yml32
1 files changed, 10 insertions, 22 deletions
diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml
index ea8ba310..aa2c2e0c 100644
--- a/inventory/host_vars/ch-atlas.yml
+++ b/inventory/host_vars/ch-atlas.yml
@@ -1,23 +1,11 @@
---
-vm_host:
- network:
- dns:
- - 89.106.208.7
- - 89.106.208.12
- bridges:
- public:
- interfaces:
- - eth0
- prefix: 89.106.215.29/28
- gateway: 89.106.215.30
- prefix6: 2a02:3e0:407::29/64
- gateway6: 2a02:3e0:407::1
- offsets:
- ch-keyserver: 3
- ch-testvm: 4
- ele-mur: 5
- r3-vex2: 11
- k8stest: {}
- funkfeuer:
- interfaces:
- - eth0.502
+network:
+ nameservers: "{{ vm_host.network.dns }}"
+ domain: "{{ host_domain }}"
+ interfaces:
+ - name: br-public
+ address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ gateway: "{{ vm_host.network.bridges.public.gateway }}"
+# address6: "{{ vm_host.network.bridges.public.prefix6 | ipaddr(vm_host.network.bridges.public.offsets6[inventory_hostname]) | ipaddr('address/prefix') }}"
+ address6: "{{ vm_host.network.bridges.public.prefix6 | ipaddr(41) | ipaddr('address/prefix') }}"
+ gateway6: "{{ vm_host.network.bridges.public.gateway6 }}"