added keycloak service
This commit is contained in:
parent
b3a3b7ee75
commit
fe5352b703
4 changed files with 46 additions and 4 deletions
9
secrets/keycloakpg-pass.age
Normal file
9
secrets/keycloakpg-pass.age
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 SP9f6A DH+OPIjNpoPzAR2lBcWK6pGxLxVOT5GYO+cv8RFiShY
|
||||
tYmZD4rjyyZ7f+AKO7F4awGhkMTaMtLy/m2GixEKoD0
|
||||
-> ssh-ed25519 J6tVTA t+dbGkgho9+2EVD0e1E6wpHYX4LkoeOOckrIv3IjrhA
|
||||
Rp2W2+AzY55aFLiHuyDf2sX5aKm2lKV2b2oWBxdia3c
|
||||
-> =]sa>-grease _0gk(L an-* 0=Q"|=
|
||||
sVKQXYirZvI
|
||||
--- JGBE8D8b1ji7xqeoF2stjMAWR/JsIWTEPFbhCx4n+Sg
|
||||
²BK”jd)~O¥-·t§¦ìQ;¼ÅÑžØÁ™Kúá6bóBN ÑÓÉlD<6C>è÷Û=^Ó¢àܪä=YH
|
||||
|
|
@ -1,13 +1,14 @@
|
|||
let
|
||||
io = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCIrKJk5zWzWEHvLMPMK8T3PyeBjsCsqzxPN+OrXfhA";
|
||||
desktops = [ io ];
|
||||
|
||||
|
||||
alexandria = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
|
||||
servers = [ alexandria ];
|
||||
|
||||
|
||||
all-hosts = desktops ++ servers;
|
||||
in
|
||||
{
|
||||
"cloudflare-creds.age".publicKeys = all-hosts;
|
||||
"keycloakpg-pass.age".publicKeys = all-hosts;
|
||||
"paperless-pass.age".publicKeys = all-hosts;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue