we need to actually install the icinga2 package
This commit is contained in:
parent
a900a1cba0
commit
baf1c53f13
|
@ -9,10 +9,14 @@
|
|||
rpm_key:
|
||||
state: present
|
||||
key: https://packages.icinga.com/icinga.key
|
||||
- name: Install Icinga2
|
||||
- name: Install Icinga2 repository
|
||||
yum:
|
||||
name: https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm
|
||||
state: latest
|
||||
- name: Install Icinga2 packages
|
||||
yum:
|
||||
name: icinga2
|
||||
state: latest
|
||||
- name: Ensure that icinga2 systemd service is enabled
|
||||
systemd:
|
||||
name: icinga2
|
||||
|
|
Loading…
Reference in New Issue