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
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -27,6 +27,12 @@
replace: '\1 "{{ login_hostname }}"'
backup: yes
- name: Modify account app binding to listen to http-proxy
ansible.builtin.lineinfile:
path: /var/www/ood/register/{{account_app}}/{{account_app}}.ini
regexp: '^(bind\s=).*'
replace: '\1 {{ account_app_bind_address }}'
- name: Restart httpd24-httpd
ansible.builtin.service:
name: httpd24-httpd
Loading