From 56fd50f2474e921f1f2a55e7e1a8c314e0967371 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 17 May 2021 21:32:48 +0200 Subject: epimetheus now connected via 10G --- inventory/host_vars/ch-epimetheus.yml | 5 ++++- inventory/host_vars/ch-sw1.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml index 147c22ff..bc56c22e 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -8,13 +8,16 @@ network: nameservers: "{{ network_zones.lan.dns }}" domain: "{{ host_domain }}" primary: &_network_primary_ - name: enp5s0 + name: enp1s0 address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ network_zones.lan.gateway }}" interfaces: - *_network_primary_ +wakeonlan_interfaces: + - enp6s0 ## onboard GBit/s port - enp1s0 is a 10g SFP+ card without support for WOL + apt_repo_components: - main - contrib ## for zfs diff --git a/inventory/host_vars/ch-sw1.yml b/inventory/host_vars/ch-sw1.yml index 393674d0..8f2945fc 100644 --- a/inventory/host_vars/ch-sw1.yml +++ b/inventory/host_vars/ch-sw1.yml @@ -9,7 +9,7 @@ switch_interfaces_yaml: | switchport_mode: trunk - spec: Te1/0/3 - description: "RFU" + description: "epimetheus" vlan: {{ network_zones.lan.vlan }} - spec: Te1/0/4 -- cgit v1.2.3