mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
[notifs-frontend] Fix SELinux error preventing to login
The httpd wasn't able to open a new socket for connecting to identity server, this fix will allow that. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -138,6 +138,15 @@
|
||||
- notifs/frontend
|
||||
- selinux
|
||||
|
||||
- name: ensure selinux let's httpd talk to ipsilon
|
||||
seboolean: name={{item}} state=yes persistent=yes
|
||||
with_items:
|
||||
- httpd_can_network_connect
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/frontend
|
||||
- selinux
|
||||
|
||||
- name: Install SAR script
|
||||
copy:
|
||||
src: fmn-sar.py
|
||||
|
||||
Reference in New Issue
Block a user