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
@@ -7,7 +7,13 @@
- 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: /var/www/ood/apps/sys/shell/app.js
dest: /var/www/ood/apps/sys/shell/app.js
- name: Create a directory if it does not exist
ansible.builtin.file:
path: /etc/ood/config/apps/shell
state: directory
mode: "0755"
- name: Shell app configuration env
ansible.builtin.template:
@@ -25,4 +31,3 @@
ansible.builtin.service:
name: httpd24-httpd
state: restarted
Loading