Files
firefrost-operations-manual/nodes/50-cloud-init.yaml

30 lines
669 B
YAML

network:
version: 2
ethernets:
ens3:
match:
macaddress: "00:09:bf:19:f9:04"
addresses:
- "63.143.34.217/27"
- "74.63.218.202/29"
- "74.63.218.203/29"
- "74.63.218.204/29"
- "74.63.218.205/29"
- "74.63.218.206/29"
- "2607:ff68:9:23::7/128"
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8
- 2606:4700:4700::1111
- 2001:4860:4860::8888
gateway4: 63.143.34.193
gateway6: 2607:ff68:9:23::1
routes:
- scope: "link"
to: "63.143.34.193"
via: "0.0.0.0"
- scope: "link"
to: "2607:ff68:9:23::1"
via: "::0"