Skip to content

Commit

Permalink
Remove superfluous selinux task (#1436)
Browse files Browse the repository at this point in the history
* Delete 'roles/zabbix_server/files/install_semodule.bsx'

* remove .bsx install task, as policy is installed through packagemanager already
  • Loading branch information
tux-repos authored Dec 25, 2024
1 parent 4c3966f commit 28c1fcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Binary file removed roles/zabbix_server/files/install_semodule.bsx
Binary file not shown.
9 changes: 0 additions & 9 deletions roles/zabbix_server/tasks/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,3 @@
state: "{{ selinux_allow_zabbix_can_http }}"
- name: zabbix_can_network
state: "{{ selinux_allow_zabbix_can_network }}"

- name: "SELinux | RedHat | Add SEmodule to fix SELinux issue: zabbix_server_alerter.sock"
ansible.builtin.script:
cmd: files/install_semodule.bsx
args:
creates: /etc/selinux/targeted/active/modules/400/zabbix_server_add/cil
become: true
tags:
- config

0 comments on commit 28c1fcb

Please sign in to comment.