grafana-ansible-collection/roles/grafana_agent/tasks/preflight.yaml
2023-05-15 11:48:37 +05:30

13 lines
356 B
YAML

---
- name: Preflight variable checks
ansible.builtin.import_tasks: preflight/vars.yaml
- name: Systemd variable checks
ansible.builtin.import_tasks: preflight/systemd.yaml
- name: Install variable checks
ansible.builtin.import_tasks: preflight/install.yaml
- name: Download variable checks
ansible.builtin.import_tasks: preflight/download.yaml