Frontend needs network
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
170de598d8
commit
555366d9c1
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
|||
- basset
|
||||
- basset/frontend
|
||||
|
||||
- name: set sebooleans so basset-frontend can talk to the broker
|
||||
seboolean: name=httpd_can_network
|
||||
state=true
|
||||
persistent=true
|
||||
tags:
|
||||
- basset
|
||||
- basset/frontend
|
||||
- selinux
|
||||
|
||||
- name: install frontend config
|
||||
copy: src=basset.conf dest=/etc/httpd/conf.d/basset.conf
|
||||
owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue