ODCS: Add apache to odcs-server group so it can access /srv/odcs.
This commit is contained in:
parent
871cff021a
commit
75dfd33da2
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,17 @@
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
- selinux
|
- 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
|
- name: generate the ODCS Apache config
|
||||||
template:
|
template:
|
||||||
src: etc/httpd/conf.d/odcs.conf.j2
|
src: etc/httpd/conf.d/odcs.conf.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue