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:
parent
4f2d4e500e
commit
4b8a238b78
1 changed files with 0 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue