1
0
Fork 0
forked from infra/ansible

[ipa] Remove nagios leftovers

There was a nagios task in IPA role and as the Nagios is no longer
around let's remove it.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-07-10 12:45:21 +02:00
commit 4b8a238b78

View file

@ -72,20 +72,3 @@
tags:
- ipa/server
- otp_script
#
# Nagios monitoring
#
- name: Create the service for nagios monitoring
ansible.builtin.include_role:
name: "keytab/service" # noqa role-name[path]
apply:
tags:
- ipa/server
- config
- keytab
vars:
host: "{{ ipa_server }}" # noqa: var-naming[no-role-prefix]
service: monitoring # noqa: var-naming[no-role-prefix]
owner_user: nagios
owner_group: nagios