ODCS: Add apache to odcs-server group so it can access /srv/odcs.

This commit is contained in:
Jan Kaluža 2020-03-18 11:59:26 +00:00 committed by Pierre-Yves Chibon
parent 871cff021a
commit 75dfd33da2

View file

@ -15,6 +15,17 @@
- odcs/frontend
- selinux
- name: Add apache user to odcs-server group.
user:
name: apache
groups: odcs-server
append: yes
notify:
- reload apache
tags:
- odcs
- odcs/frontend
- name: generate the ODCS Apache config
template:
src: etc/httpd/conf.d/odcs.conf.j2