1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 20:07:00 +02:00
ansible-collection-prometheus/roles/alertmanager/tasks/main.yml

14 lines
260 B
YAML
Raw Normal View History

2020-11-13 10:36:46 +01:00
---
- name: install alertmanager
import_tasks: install.yml
tags:
- "role::alertmanager"
- "role::alertmanager:install"
- name: configure alertmanager
import_tasks: config.yml
tags:
- "role::alertmanager"
- "role::alertmanager:config"