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