ood-ansible
ood-ansible copied to clipboard
Open OnDemand portal page is not accessible if Apache2 default site is enabled
Environment:
- Ubuntu 22.04
- Python 3.11.5
- Ansible 8.0.0
- osc.open_ondemand 3.1.4
After deployment, browsing to http://localhost/ shows the 'Apache2 Default Page'.
This is because the Apache 2 default site is enabled:
$ sudo ls -1 /etc/apache2/sites-enabled/
000-default.conf
ood-portal.conf
Please could the role be extended to disable this site if it is enabled.