copr: let nagios_client role to install nrpe
We shouldn't install `nrpe` package in the `copr/base` playbook
because it creates the following user
nrpe❌992:991:NRPE user for the NRPE service:/var/run/nrpe:/sbin/nologin
That UID collides with an user for keygen
- user: name="copr-signer" group=copr-signer groups=apache uid=992
The `nrpe` installation needs to be done later, in the `nagios_client`
role that we call after `copr/keygen` role.
This commit is contained in:
parent
b95f1ddfd3
commit
0a4c5c3034
1 changed files with 0 additions and 8 deletions
|
@ -49,14 +49,6 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: install common copr packages
|
|
||||||
dnf:
|
|
||||||
state: present
|
|
||||||
pkg:
|
|
||||||
- "nrpe"
|
|
||||||
tags:
|
|
||||||
- packages
|
|
||||||
|
|
||||||
- name: install dev helper packages
|
- name: install dev helper packages
|
||||||
dnf:
|
dnf:
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue