derekpurdy.configure_prometheus_unraid
Konfiguration von prometheus.yml auf Unraid über Ansible mit der Hostliste
- Unterstützung für die Entdeckung von /etc/prometheus/targets/*.yml mit file_sd_configs hinzugefügt
Ansible Galaxy
https://galaxy.ansible.com/ui/standalone/roles/derekpurdy/configure_prometheus_unraid
Beispiel für eine Ansible-Hostdatei
---
all:
children:
unraid:
hosts:
server.lan:
Beispiel für ein Ansible-Playbook
---
- name: Playbook zur Konfiguration von Prometheus
hosts: unraid
gather_facts: ja
roles:
- role: derekpurdy.configure_prometheus_unraid
Beispiel für group_vars/all/vars.yml
prometheus_env: 'UMGEBUNGSNAME'
alertmanager_host: 'alertmanager.lan'
Autoreninformation
Dieses Role wurde von Derek Purdy erstellt.
Über das Projekt
Configure prometheus.yml file on Unraid via Ansible using the Ansible hosts list
Installieren
ansible-galaxy install derekpurdy.configure_prometheus_unraid
Lizenz
Unknown
Downloads
525
Besitzer
Some guy with his head in the clouds.