Skip to content
Snippets Groups Projects

OOD deploy time config changes

Open Eesaan Atluri requested to merge atlurie/hpc-factory:feat-ood-config-post-deploy into main
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,6 +9,11 @@
url: https://s3.lts.rc.uab.edu/ood-proxy-file/ood-proxy.conf
dest: /var/www/ood/apps/sys/shell/app.js
- name: Shell app configuration env
ansible.builtin.template:
src: shell_app.env.j2
dest: /etc/ood/config/apps/shell/env
- name: Point shell app to login node
ansible.builtin.replace:
path: /etc/ood/config/clusters.d/SLURM_CLUSTER.yml
Loading