add missing sebool toggle
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
5f03112e68
commit
55f6bc08e5
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
- grafana
|
||||
- packages
|
||||
|
||||
- name: set sebool so apache can talk to grafana-server
|
||||
action: seboolean name=httpd_can_network_connect
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: Set grafana-server to run on boot
|
||||
service: name=grafana-server enabled=yes state=running
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue