infrastructure/ansible/roles/forrest/tasks/main.yml

9 lines
146 B
YAML
Raw Normal View History

2021-12-21 20:22:47 +00:00
- name: Include vault
include_vars: vault.yml
- name: Grafana
2022-01-22 20:21:32 +00:00
include_tasks: grafana.yml
2021-02-14 16:24:45 +00:00
2021-03-04 14:53:03 +00:00
- name: Prometheus
2022-01-22 20:21:32 +00:00
include_tasks: prometheus.yml