feat(members): Add @maurice to the root group
This commit is contained in:
parent
c910159cb2
commit
39159d3b22
2 changed files with 1 additions and 10 deletions
|
@ -26,10 +26,7 @@ let
|
||||||
|
|
||||||
groups = {
|
groups = {
|
||||||
# members of this group are root on all nodes
|
# members of this group are root on all nodes
|
||||||
root = [ "thubrecht" "raito" ];
|
root = [ "thubrecht" "raito" "mdebray" ];
|
||||||
|
|
||||||
# members of this group are root on web nodes
|
|
||||||
web = [ "mdebray" ];
|
|
||||||
|
|
||||||
# members of this group will have root access on the installation isos
|
# members of this group will have root access on the installation isos
|
||||||
iso = [ "thubrecht" "mdebray" "raito" ];
|
iso = [ "thubrecht" "mdebray" "raito" ];
|
||||||
|
|
|
@ -23,8 +23,6 @@ in
|
||||||
|
|
||||||
builtins.mapAttrs mkNode {
|
builtins.mapAttrs mkNode {
|
||||||
web01 = {
|
web01 = {
|
||||||
adminGroups = [ "web" ];
|
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "web" ];
|
tags = [ "web" ];
|
||||||
};
|
};
|
||||||
|
@ -33,16 +31,12 @@ builtins.mapAttrs mkNode {
|
||||||
};
|
};
|
||||||
|
|
||||||
compute01 = {
|
compute01 = {
|
||||||
# adminGroups = [ "bureau" ];
|
|
||||||
|
|
||||||
deployment.tags = [ "dns" ];
|
deployment.tags = [ "dns" ];
|
||||||
|
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
storage01 = {
|
storage01 = {
|
||||||
# adminGroups = [ "bureau" ];
|
|
||||||
|
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue