self-hosting/playbooks/icinga2.yml

24 lines
486 B
YAML
Raw Normal View History

2025-01-12 10:41:43 +01:00
---
- name: Setup Icinga2 common things
gather_facts: false
hosts: all
roles:
- role: setup_nftables
tasks:
- name: Install required packages
become: true
ansible.builtin.apt:
name:
- icinga2
- monitoring-plugins-basic
- monitoring-plugins-common
- monitoring-plugins-standard
state: present
- name: Setup Icinga2 master
gather_facts: true
hosts: lime2servers
roles:
- role: icinga2_master