Configure NetBox

This commit is contained in:
June 2023-09-14 23:52:20 +02:00
commit 2e3e8c7031
6 changed files with 121 additions and 1 deletions

View file

@ -62,6 +62,20 @@
./config/hosts/public-reverse-proxy
];
};
netbox = {
deployment = {
targetHost = "netbox.z9.ccchh.net";
targetPort = 22;
targetUser = "colmena-deploy";
tags = [ "thinkcccluster" ];
};
imports = [
./config/common
./config/proxmox-vm
./config/hosts/netbox
];
};
};
packages.x86_64-linux = {