OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

missing httpd_extra in ood_portal.yml.j2 #222

Open xpillons opened 1 year ago

xpillons commented 1 year ago

httpd_extra is defined in ood-portal.conf.j2 which allows extra configuration for apache. However since it's deprecation, there is no implementation in the generator and in this file /opt/ood/ood-portal-generator/templates/ood-portal.conf.erb

This may require an update on ood itself before updating the ood-ansible project

johrstrom commented 12 months ago

Yea the corresponding ticket is https://github.com/OSC/ondemand/issues/708.

Right now you can add additional directives through the ssl config as a bit of a hack. But yes, all of what you say is true that httpd_extra is in ood-portal.conf.j2 which is deprecated so you shouldn't be using that (I mistakenly added it initially and it's a maintenance nightmare).