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