Add nagios_client role to buildvm-osbuild.yml playbook

Add the nagios_client role to the buildvm-osbuild.yml playbook to allow
monitoring of osbuild workers. E.g. when they are down or have a full
disk.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-07-28 09:53:50 +02:00
parent e3ac8cebb1
commit a7d5262a2f
No known key found for this signature in database
GPG key ID: C5887AD51D9F3C2D

View file

@ -23,6 +23,7 @@
- hosts
- ipa/client
- sudo
- nagios_client
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"