From 736f04143fea1831637dbe6cebe0ecd1f7d0c63c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 23 Jun 2024 15:22:32 +1000 Subject: [PATCH] chore: manage ens19 interface on ausyd1nxvm1037 - add storage interface --- hieradata/nodes/ausyd1nxvm1037.main.unkin.net.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hieradata/nodes/ausyd1nxvm1037.main.unkin.net.yaml b/hieradata/nodes/ausyd1nxvm1037.main.unkin.net.yaml index e12dfe1..c8099e0 100644 --- a/hieradata/nodes/ausyd1nxvm1037.main.unkin.net.yaml +++ b/hieradata/nodes/ausyd1nxvm1037.main.unkin.net.yaml @@ -2,6 +2,13 @@ networking::interfaces: eth0: ipaddress: 198.18.13.47 + ens19: + ensure: present + family: inet + method: static + ipaddress: 10.18.15.47 + 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