Start role icinga2_master

This commit is contained in:
Tunui Franken 2025-01-11 12:44:28 +01:00
parent 40780ec83c
commit 6e38e9dea6
4 changed files with 20 additions and 0 deletions

View file

@ -16,3 +16,5 @@
tags: deux_puissance_x
- role: tunuifranken
tags: tunuifranken
- role: icinga2_master
tags: icinga2_master

View file

@ -0,0 +1,3 @@
# Icinga2 master
Sets up an Icinga2 master node.

View file

@ -0,0 +1,4 @@
---
dependencies:
- role: setup_nftables

View file

@ -0,0 +1,11 @@
---
- name: Install required packages
become: true
ansible.builtin.apt:
name:
- icinga2
- monitoring-plugins-basic
- monitoring-plugins-common
- monitoring-plugins-standard
state: present