[copr] backend: set acl for nrpe to read /etc/copr/copr-be.conf
This commit is contained in:
parent
e039d762f8
commit
086d297f50
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
tags:
|
||||
- nagios_client
|
||||
|
||||
- name: set acl for nrpe on /etc/copr
|
||||
acl: name=/etc/copr entity=nrpe etype=user permissions=rx state=present
|
||||
|
||||
- name: set acl for nrpe on /etc/copr/copr-be.conf
|
||||
acl: name=/etc/copr/copr-be.conf entity=nrpe etype=user permissions=r state=present
|
||||
|
||||
# Three tasks for handling our custom selinux module
|
||||
- name: ensure a directory exists for our custom selinux module
|
||||
file: dest=/usr/local/share/copr state=directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue