Nononononono
This commit is contained in:
parent
0466db1634
commit
0e4c0a5eb4
1 changed files with 0 additions and 283 deletions
283
meta.nix
283
meta.nix
|
|
@ -1,283 +0,0 @@
|
||||||
{
|
|
||||||
domain = "kasear.net";
|
|
||||||
|
|
||||||
locations = {
|
|
||||||
cloud = {
|
|
||||||
domain = "kasear.net";
|
|
||||||
|
|
||||||
networks.cloud.subnets = {
|
|
||||||
dmz.hosts = {
|
|
||||||
eris = {
|
|
||||||
role = "router";
|
|
||||||
aliases = [
|
|
||||||
"frontend.kasear.net"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
deimos-cloud = {
|
|
||||||
role = "server";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
infra.hosts = {
|
|
||||||
metatron = {
|
|
||||||
role = "coreServer";
|
|
||||||
};
|
|
||||||
|
|
||||||
loki-cloud = {
|
|
||||||
role = "adminWorkstation";
|
|
||||||
};
|
|
||||||
|
|
||||||
io-cloud = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
europa-cloud = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
vpn-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
norfolk = {
|
|
||||||
domain = "kasear.net";
|
|
||||||
|
|
||||||
networks.norfolk.subnets = {
|
|
||||||
dmz.hosts = {
|
|
||||||
io = {
|
|
||||||
role = "router";
|
|
||||||
aliases = [ "external.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
europa-dmz = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
deimos = {
|
|
||||||
role = "server";
|
|
||||||
hw-address = "10:98:36:a0:2c:b2";
|
|
||||||
aliases = [
|
|
||||||
"kasear.net"
|
|
||||||
"cloud.kasear.net"
|
|
||||||
"git.kasear.net"
|
|
||||||
"majike.kasear.net"
|
|
||||||
"media.kasear.net"
|
|
||||||
"minecraft.kasear.net"
|
|
||||||
"public.kasear.net"
|
|
||||||
"test.kasear.net"
|
|
||||||
"vault.kasear.net"
|
|
||||||
"vikali.kasear.net"
|
|
||||||
"www.kasear.net"
|
|
||||||
"yaro.kasear.net"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
container-host = {
|
|
||||||
role = "containerHost";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
cloud-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
default-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
foregejo-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
majike-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
media-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
vault-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
vikali-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
yaro-container = {
|
|
||||||
role = "server";
|
|
||||||
dns = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
main.hosts = {
|
|
||||||
europa = {
|
|
||||||
role = "router";
|
|
||||||
aliases = [ "internal.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
terra = {
|
|
||||||
role = "infraDevice";
|
|
||||||
hw-address = "48:a9:8a:2d:7f:34";
|
|
||||||
aliases = [ "core.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
artemis = {
|
|
||||||
role = "infraDevice";
|
|
||||||
hw-address = "54:af:97:02:2f:15";
|
|
||||||
};
|
|
||||||
|
|
||||||
loki = {
|
|
||||||
role = "adminWorkstation";
|
|
||||||
hw-address = "70:85:c2:f4:1a:58";
|
|
||||||
};
|
|
||||||
|
|
||||||
luna = {
|
|
||||||
role = "infraDevice";
|
|
||||||
hw-address = "30:23:03:48:4c:75";
|
|
||||||
};
|
|
||||||
|
|
||||||
phobos = {
|
|
||||||
role = "server";
|
|
||||||
hw-address = "10:98:36:a9:4a:26";
|
|
||||||
aliases = [
|
|
||||||
"pbx.kasear.net"
|
|
||||||
"private.kasear.net"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
printer = {
|
|
||||||
role = "printer";
|
|
||||||
hw-address = "84:25:19:60:de:1e";
|
|
||||||
aliases = [ "printer.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
tv = {
|
|
||||||
role = "media";
|
|
||||||
hw-address = "00:18:dd:04:9b:a8";
|
|
||||||
aliases = [ "tv.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
ip-phone = {
|
|
||||||
role = "phone";
|
|
||||||
hw-address = "80:5e:c0:de:3d:66";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
guest.hosts = {
|
|
||||||
europa-guest = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
iot.hosts = {
|
|
||||||
europa-iot = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
phobos-iot = {
|
|
||||||
role = "server";
|
|
||||||
hw-address = "10:98:36:a9:4a:26";
|
|
||||||
};
|
|
||||||
|
|
||||||
kitchen-echo = {
|
|
||||||
role = "appliance";
|
|
||||||
hw-address = "50:dc:e7:80:91:55";
|
|
||||||
};
|
|
||||||
|
|
||||||
bedroom-echo = {
|
|
||||||
role = "appliance";
|
|
||||||
hw-address = "f8:54:b8:21:f6:83";
|
|
||||||
};
|
|
||||||
|
|
||||||
lab-echo = {
|
|
||||||
role = "appliance";
|
|
||||||
hw-address = "08:84:9d:74:4d:c6";
|
|
||||||
};
|
|
||||||
|
|
||||||
loki-iot = {
|
|
||||||
role = "adminWorkstation";
|
|
||||||
hw-address = "70:85:c2:f4:1a:58";
|
|
||||||
};
|
|
||||||
|
|
||||||
camera1 = {
|
|
||||||
role = "camera";
|
|
||||||
hw-address = "9c:8e:cd:38:95:1f";
|
|
||||||
aliases = [ "camera1.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
camera2 = {
|
|
||||||
role = "camera";
|
|
||||||
hw-address = "9c:8e:cd:38:95:15";
|
|
||||||
aliases = [ "camera2.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
camera2-wifi = {
|
|
||||||
role = "camera";
|
|
||||||
hw-address = "9c:8e:cd:38:9a:fd";
|
|
||||||
};
|
|
||||||
|
|
||||||
samsung-tv = {
|
|
||||||
role = "appliance";
|
|
||||||
hw-address = "04:e4:b6:23:81:fc";
|
|
||||||
};
|
|
||||||
|
|
||||||
mercury-iot = {
|
|
||||||
role = "mobile";
|
|
||||||
hw-address = "ac:3e:b1:77:65:2e";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
storage.hosts = {
|
|
||||||
europa-storage = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
ganymede = {
|
|
||||||
role = "nas";
|
|
||||||
aliases = [ "storage.kasear.net" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
loki-storage = {
|
|
||||||
role = "adminWorkstation";
|
|
||||||
hw-address = "00:07:43:13:c4:90";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
management.hosts = {
|
|
||||||
europa-management = {
|
|
||||||
role = "router";
|
|
||||||
};
|
|
||||||
|
|
||||||
deimos-idrac = {
|
|
||||||
role = "oobMgmt";
|
|
||||||
hw-address = "10:98:36:a0:2c:b3";
|
|
||||||
};
|
|
||||||
|
|
||||||
phobos-idrac = {
|
|
||||||
role = "oobMgmt";
|
|
||||||
hw-address = "10:98:36:a9:4a:27";
|
|
||||||
};
|
|
||||||
|
|
||||||
ganymede-idrac = {
|
|
||||||
role = "oobMgmt";
|
|
||||||
hw-address = "14:18:77:51:4b:b5";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue