chore: manage ens19 interface on ausyd1nxvm1037

- add storage interface
This commit is contained in:
Ben Vincent 2024-06-23 15:22:32 +10:00
parent 82ed27cf56
commit 736f04143f

View File

@ -2,6 +2,13 @@
networking::interfaces: networking::interfaces:
eth0: eth0:
ipaddress: 198.18.13.47 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: networking::routes:
default: default:
gateway: 198.18.13.254 gateway: 198.18.13.254