Fix indentations in centos/roles/icinga-client/tasks/main.yml
This commit is contained in:
parent
3180339833
commit
9ff60b1062
@ -16,13 +16,13 @@
|
|||||||
- name: Install Icinga2 packages
|
- name: Install Icinga2 packages
|
||||||
yum:
|
yum:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- icinga2
|
- icinga2
|
||||||
- nagios-plugins-load
|
- nagios-plugins-load
|
||||||
- nagios-plugins-swap
|
- nagios-plugins-swap
|
||||||
- nagios-plugins-procs
|
- nagios-plugins-procs
|
||||||
- nagios-plugins-users
|
- nagios-plugins-users
|
||||||
- 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