mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Frontend needs network
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user