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
2
keys/luj.keys
Normal file
2
keys/luj.keys
Normal file
|
@ -0,0 +1,2 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower
|
|
@ -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…
Reference in a new issue