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

    nrpe992: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:
Jakub Kadlcik 2021-11-28 22:21:52 +01:00
parent b95f1ddfd3
commit 0a4c5c3034

View file

@ -49,14 +49,6 @@
tags:
- packages
- name: install common copr packages
dnf:
state: present
pkg:
- "nrpe"
tags:
- packages
- name: install dev helper packages
dnf:
state: present