From 38819ba2ab9da413629fc352dbd608739b7df563 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 27 Jun 2024 22:17:50 +1000 Subject: [PATCH] chore: add ens19 to ausyd1nxvm1041 --- hieradata/nodes/ausyd1nxvm1041.main.unkin.net.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hieradata/nodes/ausyd1nxvm1041.main.unkin.net.yaml b/hieradata/nodes/ausyd1nxvm1041.main.unkin.net.yaml index 4cf238f..fd1f0bc 100644 --- a/hieradata/nodes/ausyd1nxvm1041.main.unkin.net.yaml +++ b/hieradata/nodes/ausyd1nxvm1041.main.unkin.net.yaml @@ -2,6 +2,13 @@ networking::interfaces: eth0: ipaddress: 198.18.13.51 + ens19: + ensure: present + family: inet + method: static + ipaddress: 10.18.15.51 + netmask: 255.255.255.0 + onboot: true networking::routes: default: - gateway: 198.18.13.254 \ No newline at end of file + gateway: 198.18.13.254