make the osbs.conf readable to nrpe user for monitoring
This commit is contained in:
parent
5cc8d5ff7e
commit
6783d34e8e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
- osbs-client
|
- osbs-client
|
||||||
|
|
||||||
- name: apply osbs-client templated config
|
- name: apply osbs-client templated config
|
||||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0640
|
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0640 group=nrpe
|
||||||
tags:
|
tags:
|
||||||
- osbs-client
|
- osbs-client
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue