Skip to content
Snippets Groups Projects
Commit 50d61c3b authored by Paul's avatar Paul :turtle:
Browse files

install prometheus-fastd-exporter on gateways

parent cda680ae
No related branches found
No related tags found
No related merge requests found
ARGS="-d /run/fastd/"
......@@ -55,3 +55,25 @@
modprobe:
name: batman-adv
state: present
# install prometheus-fastd-exporter
- name: install prometheus-fastd-exporter
tags: [prometheus-fastd-exporter]
block:
- name: download prometheus-fastd-exporter
get_url:
url: https://freifunk-luebeck.pages.chaotikum.org/prometheus-fastd-exporter/prometheus-fastd-exporter.deb
dest: /tmp/prometheus-fastd-exporter.deb
- name: install prometheus-fastd-exporter
command: dpkg -i --force-confold /tmp/prometheus-fastd-exporter.deb
- name: reload systemd
command: systemctl daemon-reload
- name: enable prometheus-fastd-exporter
systemd:
state: restarted
enabled: yes
name: prometheus-fastd-exporter
......@@ -33,3 +33,4 @@
- update-ffhl-mesh-vpn.timer
- systemd-journald
- fastd
- prometheus-fastd-exporter
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment