summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-jump.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-11 20:22:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-11 20:22:37 +0200
commit0243f0c83260bacbf41b60a19fe7a5b828f2141c (patch)
tree4e7e0f95d74a782d7037a0e7348ec0f5a01877b3 /inventory/host_vars/ch-jump.yml
parentmove core/sshd to core/sshd/base (diff)
add core role sshd/jump
Diffstat (limited to 'inventory/host_vars/ch-jump.yml')
-rw-r--r--inventory/host_vars/ch-jump.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml
index 6ce2bb26..db54c6bb 100644
--- a/inventory/host_vars/ch-jump.yml
+++ b/inventory/host_vars/ch-jump.yml
@@ -36,3 +36,9 @@ network:
- *_network_primary_
- name: mgmt0
address: "{{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+
+sshd_jump_users:
+ equinox:
+ authorized_keys: "{{ users.equinox.ssh }}"
+ spel:
+ authorized_keys: "{{ users.spel.ssh }}"