Skip to content
Snippets Groups Projects
Commit ab2e4702 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Deploy patched version of shell app to avoid short timeouts

parent 9ee26366
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@
src: ood_proxy.conf.j2
dest: /opt/rh/httpd24/root/etc/httpd/conf.d/ood-proxy.conf
- name: Download patched shell app with shell timeout fix
ansible.builtin.get_url:
url: https://s3.lts.rc.uab.edu/ood-proxy-file/ood-proxy.conf
dest: /opt/rh/httpd24/root/etc/httpd/conf.d/ood-proxy.conf
- name: Point shell app to login node
ansible.builtin.replace:
path: /etc/ood/config/clusters.d/SLURM_CLUSTER.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment