kartei feliks: define owner for all hosts
This commit is contained in:
parent
d55505a076
commit
4bf2909be3
@ -1,6 +1,7 @@
|
|||||||
with import ../../lib;
|
with import ../../lib;
|
||||||
{ config, ... }: let
|
{ config, ... }: let
|
||||||
hostDefaults = hostName: host: flip recursiveUpdate host ({
|
hostDefaults = hostName: host: flip recursiveUpdate host ({
|
||||||
|
owner = config.krebs.users.feliks;
|
||||||
ci = false;
|
ci = false;
|
||||||
external = true;
|
external = true;
|
||||||
monitoring = false;
|
monitoring = false;
|
||||||
@ -17,7 +18,6 @@ in {
|
|||||||
};
|
};
|
||||||
hosts = mapAttrs hostDefaults {
|
hosts = mapAttrs hostDefaults {
|
||||||
papawhakaaro = {
|
papawhakaaro = {
|
||||||
owner = config.krebs.users.feliks;
|
|
||||||
nets = {
|
nets = {
|
||||||
retiolum = {
|
retiolum = {
|
||||||
ip4.addr = "10.243.10.243";
|
ip4.addr = "10.243.10.243";
|
||||||
@ -42,7 +42,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
iti = {
|
iti = {
|
||||||
owner = config.krebs.users.feliks;
|
|
||||||
nets = {
|
nets = {
|
||||||
retiolum = {
|
retiolum = {
|
||||||
ip4.addr = "10.243.10.244";
|
ip4.addr = "10.243.10.244";
|
||||||
@ -67,7 +66,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
tumaukainga = {
|
tumaukainga = {
|
||||||
owner = config.krebs.users.feliks;
|
|
||||||
nets = {
|
nets = {
|
||||||
retiolum = {
|
retiolum = {
|
||||||
ip4.addr = "10.243.10.245";
|
ip4.addr = "10.243.10.245";
|
||||||
|
Loading…
Reference in New Issue
Block a user