mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
add missing sebool toggle
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user