зеркало из https://github.com/Azure/az-hop.git
fixing ability to open terminal session on a host from ondemand (#1918)
This commit is contained in:
Родитель
43cb91d198
Коммит
5bf8ba4ed6
|
@ -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]*
|
Загрузка…
Ссылка в новой задаче