add alertmanager role

This commit is contained in:
Sergey Malyuk
2025-12-08 15:11:23 +03:00
parent d728ed0b3e
commit 17ebbf1fca
13 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: "Run installation tasks"
ansible.builtin.include_tasks: install.yml
- name: "Run configuration tasks"
ansible.builtin.include_tasks: configuration.yml
- name: "Flush handlers"
ansible.builtin.meta: "flush_handlers"