13 lines
369 B
YAML
13 lines
369 B
YAML
---
|
|
- name: Ensure preconditions are met
|
|
ansible.builtin.include_tasks:
|
|
file: "check.yml"
|
|
|
|
- name: Ensure configuration is up to date
|
|
ansible.builtin.include_tasks:
|
|
file: "configure.yml"
|
|
|
|
- name: Deploy using {{ alertmanager_receiver_deployment_method }}
|
|
ansible.builtin.include_tasks:
|
|
file: "deploy-{{ alertmanager_receiver_deployment_method }}.yml"
|