move setfacl nrpe on /etc/osbs.conf to osbs-master group playbook and not in osbs-client role
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
6def5e9940
commit
bf1a02d8d3
2 changed files with 2 additions and 3 deletions
|
@ -262,6 +262,8 @@
|
|||
|
||||
|
||||
tasks:
|
||||
- name: set nrpe read access for osbs.conf for nagios monitoring
|
||||
acl: name={{ osbs_client_conf_path }} entry="u:nrpe:r" state=present
|
||||
|
||||
- name: pull fedora required docker images
|
||||
shell: "docker pull {{item}}"
|
||||
|
|
|
@ -7,6 +7,3 @@
|
|||
- name: apply osbs-client templated config
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0600
|
||||
|
||||
- name: set nrpe read access for osbs.conf for nagios monitoring
|
||||
acl: name={{ osbs_client_conf_path }} entry="u:nrpe:r" state=present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue