Frontend needs network

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-03-16 23:21:05 +00:00
parent 170de598d8
commit 555366d9c1

View file

@ -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