admin access to all machines

This commit is contained in:
2025-07-25 08:47:42 +07:00
parent 4fa7edfa1f
commit f72bb82382
5 changed files with 33 additions and 7 deletions

View File

@@ -17,6 +17,17 @@
inventory = {
instances = {
admin = {
module = {
name = "admin";
input = "clan-core";
};
roles.default.tags."all" = { };
roles.default.settings.allowedKeys = {
"kurogeek" =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEcZ/p1Ofa9liwIzPWzNtONhJ7+FUWd2lCz33r81t8+w kurogeek@kurogeek";
};
};
pocket-id = {
module = {
@@ -62,13 +73,6 @@
roles.default.machines.b4l = { };
};
};
services = {
admin = {
default.config.allowedKeys = [ ];
};
};
};
};
}