From 0243f0c83260bacbf41b60a19fe7a5b828f2141c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 11 Apr 2021 20:22:33 +0200 Subject: add core role sshd/jump --- inventory/host_vars/ch-jump.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inventory/host_vars/ch-jump.yml') 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 }}" -- cgit v1.2.3