diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-07-11 15:05:09 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-07-11 15:05:09 +0200 |
commit | 5e1c10e1f99b657216bbc0a33c749a5318621fd1 (patch) | |
tree | 20a4bc4617aea01d43a2b73946a2ec28d2679280 /inventory | |
parent | Merge branch 'topic/jitsi-meet-auth' (diff) |
add datacop ssh key to root on ele-jitsi
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ele-jitsi.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml index 8f5d881b..c3251ac0 100644 --- a/inventory/host_vars/ele-jitsi.yml +++ b/inventory/host_vars/ele-jitsi.yml @@ -21,6 +21,10 @@ kubelet_storage: fs: ext4 +ssh_users_root: + - equinox + - datacop + acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}" |