mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
build
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
- name: Add SELinux file context for Zabbix logs
|
- name: Add SELinux file context for Zabbix logs
|
||||||
sefcontext:
|
sefcontext:
|
||||||
target: "{{ zabbix_log_path }}(/.*)?"
|
target: "{{ zabbix_log_path }}(/.*)?"
|
||||||
setype: zabbix_log_t
|
setype: var_log_t
|
||||||
state: present
|
state: present
|
||||||
when: ansible_selinux.status == "enabled"
|
when: ansible_selinux.status == "enabled"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user