forked from DGNum/infrastructure
chore(infra): add luj as root
This commit is contained in:
parent
1c5235a10f
commit
551cb259ad
2 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,10 @@ let
|
|||
name = "Jean-Marc Gailis";
|
||||
email = "jm@dgnum.eu";
|
||||
};
|
||||
luj = {
|
||||
name = "Julien Malka";
|
||||
email = "luj@dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
||||
groups = {
|
||||
|
@ -30,6 +34,7 @@ let
|
|||
"thubrecht"
|
||||
"raito"
|
||||
"mdebray"
|
||||
"luj"
|
||||
];
|
||||
|
||||
# members of this group will have root access on the installation isos
|
||||
|
@ -37,6 +42,7 @@ let
|
|||
"thubrecht"
|
||||
"mdebray"
|
||||
"raito"
|
||||
"luj"
|
||||
];
|
||||
|
||||
# members of this group can access netbox's secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue