Added skaftafell host

This commit is contained in:
marc
2026-05-10 18:36:48 +02:00
parent f60368ae30
commit c4a468cdc7
17 changed files with 131 additions and 19 deletions

View File

@@ -2,7 +2,8 @@ let
id-reykjavik = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFwwpKfxNmUyBoPZqz1jYc6arCdHPvJrEsBN49m/P3By";
id-hvannadal = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICy1ocZywBvFHpIj+FvaC7QspRWuLXjy6fwakq9t+0Ev";
id-thingvellir = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIvWEwYayFK8iRb4g2+cnQXlqiMBu3aWxTahXkaCNG7";
id-quinto = " ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINxgIT2+aoP+ZLMPupV8M0UwCLX6A3s+H6z3BJPCjJc0";
id-quinto = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINxgIT2+aoP+ZLMPupV8M0UwCLX6A3s+H6z3BJPCjJc0";
id-skaftafell = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINA2DjHGlJOComWzUzbr/vdT74r7VBJLkmekn8b6783q";
# --- Host lists ---
# Since we want to be able to manage/edit all secrets from reykjavik, we create helper lists that
@@ -10,11 +11,13 @@ let
reykjavik = [id-reykjavik];
thingvellir = [id-reykjavik id-thingvellir];
quinto = [id-reykjavik id-quinto];
skaftafell = [id-reykjavik id-skaftafell];
samfelag-hosts = [
id-reykjavik
id-hvannadal
id-thingvellir
id-skaftafell
];
in
{