ansible-role-ping_exporter/tasks/main.yml

5 lines
168 B
YAML
Raw Normal View History

2021-10-14 13:18:33 +02:00
---
2021-10-14 21:08:17 +02:00
- name: Ensure installation of script ping_exporter
2021-10-14 13:18:33 +02:00
include_tasks: install.yml
2021-10-14 21:08:17 +02:00
- name: Ensure configuration of script ping_exporter
2021-10-14 13:18:33 +02:00
include_tasks: configure.yml