Add db connect bool for mm frontend
This commit is contained in:
parent
8fc6694c5f
commit
af011162e3
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
# tasklist for setting up the mirrormanager app components
|
||||
|
||||
- name: set sebooleans so mirrormanager can connect to its db
|
||||
action: seboolean name=httpd_can_network_connect_db
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: install /etc/httpd/conf.d/mirrormanager-app.conf
|
||||
copy: >
|
||||
src="mirrormanager-app.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue