mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
ODCS: Add apache to odcs-server group so it can access /srv/odcs.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
871cff021a
commit
75dfd33da2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user