fixing ability to open terminal session on a host from ondemand (#1918)

This commit is contained in:
Esthela Gallardo 2024-09-12 09:47:55 -05:00 коммит произвёл GitHub
Родитель 43cb91d198
Коммит 5bf8ba4ed6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -594,6 +594,16 @@
dest: /usr/bin/yq
mode: 0755
- name: create ood shell env directory
file:
path: /etc/ood/config/apps/shell
state: directory
- name: Copy the shell env file
template:
src: 'env.j2'
dest: '/etc/ood/config/apps/shell/env'
# Configure bc_desktop for dynamic remote viz targets
- name: copy bc_desktop file
copy:

Просмотреть файл

@ -0,0 +1 @@
OOD_SSHHOST_ALLOWLIST={{'{'}}{{ queues | map(attribute='name') | join(',') }}{{'}'}}-[0-9]*