summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-12 13:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 00:14:25 +0200
commited3885ac85e1a005d972662f966849bf626d5fba (patch)
tree6291a6b1947657ec083a50a43f4a654bc27392d9 /inventory/host_vars/ch-equinox-ws.yml
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
initial tests with new network config
Diffstat (limited to 'inventory/host_vars/ch-equinox-ws.yml')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index d4ff7afa..a9df0f06 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -9,11 +9,13 @@ install:
network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
- primary:
- interface: enp8s0
+ primary: &_network_primary_
+ name: enp8s0
ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_
base_modules_blacklist: "{{ base_modules_blacklist_none }}"