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:
Adam Miller 2016-07-15 18:51:07 +00:00
parent 6def5e9940
commit bf1a02d8d3
2 changed files with 2 additions and 3 deletions

View file

@ -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}}"

View file

@ -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