summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inventory/host_vars/ch-epimetheus.yml5
-rw-r--r--inventory/host_vars/ch-sw1.yml2
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