summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-03-26 22:47:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-03-26 22:47:28 +0200
commit9e7e0dae50e88807dc702febd719979ad8037978 (patch)
tree73391ab5dca97c397b8546a20104f398e4697641
parentglt23: encoder and mixer - basic setup (diff)
add c3voc user at jumphost
-rw-r--r--inventory/group_vars/all/users.yml6
-rw-r--r--inventory/host_vars/ch-jump.yml2
-rw-r--r--inventory/host_vars/glt-helene.yml5
-rw-r--r--inventory/host_vars/glt-thetys.yml5
4 files changed, 18 insertions, 0 deletions
diff --git a/inventory/group_vars/all/users.yml b/inventory/group_vars/all/users.yml
index a6b20b19..ee161007 100644
--- a/inventory/group_vars/all/users.yml
+++ b/inventory/group_vars/all/users.yml
@@ -19,6 +19,12 @@ users:
ssh:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd1se9DUnMWXjF4a770J4rl6L9zFmNKc7TzN0hsapUS bene@klapprechner
+ kunsi:
+ ssh:
+ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC+ja1z5VRQzaKCCePsUM14qMr9QR94qlWc7Je5Poki9UmC1t/TyxRVzcCBL1ZdIfBGx6QKtfkEbvhgb3nxVt3PvXjoJrc6wwGLmNrVsU6B88y35g7nzupQiPKYJwkNzJ9j6Dmkgj1F5Q+aY2SitDaX6vqICLJ4Al/ZFw2IQxVJfC7JXRJ9jRMG5o9gWoE3gWDYEAmw+HU2mNzyeuaD12qJw9DHUimAlgkOWzll3gh9WclsYnnXGrCCn5fyHFUCJl+XXAIy519z7YTpKih02rsIOw5dnaGClBZD/YQu2ZKVFZiwIVH7aBiqHOmtgRyWTQgjbh/fMpIN0ar2f/iZsWYUjd6et48TOmXZYIPCQ5FivXNvxt9oo1XZfq76UHBwlmypLJIWROMbz375n2M6hr3hECuxuPjKEUXAv05KiC1aJ4xc6pFoVhqwAR99hvHw5U4o7/ko2NVjNpTu6Jr5DT5VaQLIdDDjC/93kUjMpdD/8P72bEn7454+WexU6OE6uvNiHj1fetrptr2UAuzVfnCoaV8pBqY7X95gk+lnSENdpr8ltJYMg8s0Z7Pzz0OxsZtzzDY5VmWfC9TCdJkN5lT8IbnaixsYlWdjQl1lMmZGElmelfU3K7YQLAbZiHmHKe4hTl9ZoCcWdTQ3d4y2t1DBos+N2HZNdtFCyOS8esDdMw==
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM68t1Ssf0c9dEkYOEXllUQ0aybPsW3aQAJuWpUHPlt
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA
+
antares:
ssh:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCq590i4KRMoYUjneJWkMpsfvXQhGvFcE9yxODpTrEQaMFEPNsfVukylYEs9Qe72L11tYAk50Ok2zLB8TWKFvLZXvfWzfYaYpA8VDiVfxVY5WZ8ClHw84LO6z6qUXVN3+RVcwAWBcF2ofO6t4OSvpvQhmrER0RbFdq8cIeqK76tTHkSHjOFevq2aiK7+8ob0YGMG1NvdaS1G9Hj5lHIroYMhFu7BHfMRo3SCjO/l/U5lVXVDDAcok5kRRnRFx7HhQ7YXAEtiAD4YqpdlpvDZyTzrkGHn2hMPSYUN5Do3ukbIClgAzB9sbeZByQhokSw+pAhTmXtX0QRaWGGkjckQW32J6Hvwg4GndsPI13QDH/0pFuVi0Vy+aXSwxYXAF0wNz/oIsgyn5CynwfJ2mf4jLtjJopxZLVWqxscCiB88PzRxGsVDEmUxlnyaUY6Hec9yp8gugxVKh1iLnIWi62f6vVMuIRFYdv/x7f1ONmCndD+NUD9ayzhA2qEyj3MZO7pVKkwSUmIk4W8GQ0NN67MPUeuMFlJqWqDW+TTA96gYQ0LODaNRN8PvajHnOH1ydO6B6sroCYlzKkmYAhPaXlkQzyYollJQL5PO85AzUKWyiHFhe2kveeZwBMtaqqP4HZUnZfFe4VF2tp1HrX6HNbO0RU/I/C4aj+pn64NwOCb7+oxUQ== alekto.rocks@gmail.com
diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml
index 4919a7ce..25b18b2e 100644
--- a/inventory/host_vars/ch-jump.yml
+++ b/inventory/host_vars/ch-jump.yml
@@ -40,6 +40,8 @@ network:
sshd_jump_users:
equinox:
authorized_keys: "{{ users.equinox.ssh }}"
+ c3voc:
+ authorized_keys: "{{ users.kunsi.ssh }}"
# spel:
# authorized_keys: "{{ users.spel.ssh }}"
# fim:
diff --git a/inventory/host_vars/glt-helene.yml b/inventory/host_vars/glt-helene.yml
index 7623debd..d19b6fbf 100644
--- a/inventory/host_vars/glt-helene.yml
+++ b/inventory/host_vars/glt-helene.yml
@@ -24,3 +24,8 @@ apt_repo_components:
- main
- contrib
- non-free ## for microcode updates
+
+
+ssh_users_root:
+ - equinox
+ - kunsi
diff --git a/inventory/host_vars/glt-thetys.yml b/inventory/host_vars/glt-thetys.yml
index 1b0e582f..315da1dd 100644
--- a/inventory/host_vars/glt-thetys.yml
+++ b/inventory/host_vars/glt-thetys.yml
@@ -23,3 +23,8 @@ apt_repo_components:
- main
- contrib
- non-free ## for microcode updates
+
+
+ssh_users_root:
+ - equinox
+ - kunsi