feat(tower01): Init

This commit is contained in:
Elias Coppens 2024-12-21 23:38:36 +01:00 committed by thubrecht
parent 30daeb5edc
commit 8656a52afe
7 changed files with 194 additions and 0 deletions

View file

@ -189,6 +189,29 @@
netbirdIp = "100.80.156.154";
};
tower01 = {
interfaces = {
eno2 = {
ipv4 = [
{
address = "129.199.210.119";
prefixLength = 24;
}
];
gateways = [ "129.199.210.254" ];
dns = [
"129.199.96.11"
"129.199.72.99"
];
};
};
hostId = "7874d06e";
netbirdIp = "100.80.185.124";
};
vault01 = {
interfaces = {
vlan-uplink-cri = {