Wrong bodhi*/backend/ role.
This commit is contained in:
parent
87aa9209ee
commit
34636f1895
2 changed files with 6 additions and 6 deletions
|
@ -18,12 +18,6 @@
|
||||||
- name: add masher user as 751 - and group
|
- name: add masher user as 751 - and group
|
||||||
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
|
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
|
||||||
|
|
||||||
- name: add nrpe to the masher group so it can talk to the monitoring socket
|
|
||||||
user: name=nrpe groups=masher append=yes
|
|
||||||
tags:
|
|
||||||
- fedmsgdmonitor
|
|
||||||
- nagios_client
|
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
|
@ -42,6 +42,12 @@
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
- name: add nrpe to the masher group so it can talk to the monitoring socket
|
||||||
|
user: name=nrpe groups=masher append=yes
|
||||||
|
tags:
|
||||||
|
- fedmsgdmonitor
|
||||||
|
- nagios_client
|
||||||
|
|
||||||
- name: change owner and group attributes of bodhi.pem file
|
- name: change owner and group attributes of bodhi.pem file
|
||||||
file: >
|
file: >
|
||||||
path="/etc/pki/bodhi/bodhi.pem"
|
path="/etc/pki/bodhi/bodhi.pem"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue