From c1a6191cab1ae5d7ae7bbbe30d1f90f0d6003a43 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 29 Jun 2024 14:40:06 +1000 Subject: [PATCH] Adding hieradata/node/ausyd1nxvm1047.main.unkin.net.yaml --- hieradata/nodes/ausyd1nxvm1047.main.unkin.net.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hieradata/nodes/ausyd1nxvm1047.main.unkin.net.yaml diff --git a/hieradata/nodes/ausyd1nxvm1047.main.unkin.net.yaml b/hieradata/nodes/ausyd1nxvm1047.main.unkin.net.yaml new file mode 100644 index 0000000..d02eeb8 --- /dev/null +++ b/hieradata/nodes/ausyd1nxvm1047.main.unkin.net.yaml @@ -0,0 +1,14 @@ +--- +networking::interfaces: + eth0: + ipaddress: 198.18.13.57 + ens19: + ensure: present + family: inet + method: static + ipaddress: 10.18.15.57 + netmask: 255.255.255.0 + onboot: true +networking::routes: + default: + gateway: 198.18.13.254 -- 2.47.3