Skip to content

Commit

Permalink
fixing ability to open terminal session on a host from ondemand
Browse files Browse the repository at this point in the history
  • Loading branch information
egmsft committed Aug 13, 2024
1 parent 8debaa1 commit 1e0acc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/ood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/env.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OOD_SSHHOST_ALLOWLIST={{'{'}}{{ queues | map(attribute='name') | join(',') }}{{'}'}}-[0-9]*

0 comments on commit 1e0acc7

Please sign in to comment.