mirror of
https://github.com/roles-ansible/ansible_role_prometheus_ping_exporter.git
synced 2024-08-16 10:19:51 +02:00
17 lines
340 B
YAML
17 lines
340 B
YAML
---
|
|
galaxy_info:
|
|
role_name: prometheus_ping_exporter
|
|
author: l3d
|
|
description: Ansible role to install a prometheus ping exporter
|
|
license: "MIT"
|
|
min_ansible_version: "2.13"
|
|
platforms:
|
|
- name: Debian
|
|
versions: ['all']
|
|
galaxy_tags:
|
|
- icmp
|
|
- grafana
|
|
- prometheus
|
|
- ping
|
|
- monitoring
|
|
dependencies: []
|