summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-20 22:17:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-20 22:17:26 +0100
commit39dedfe408dc37bbc69e31cfc512a1c6d0327a25 (patch)
tree55ad00c35c01bb7b316bd3783443cd6ba102cbc0 /inventory
parentadd host ch-epimetheus (diff)
ws/base: make superflous package list configurable
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index e1a17962..499d0254 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -43,6 +43,8 @@ network:
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
+ - name: enp4s0
+ address: "{{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
base_modules_blacklist: "{{ base_modules_blacklist_none }}"