alloy(role): pull in alloy role that works from fux
All checks were successful
/ Ansible Lint (push) Successful in 2m49s

This commit is contained in:
chris 2026-07-09 21:13:57 +02:00
commit b686a8fb44
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
11 changed files with 555 additions and 50 deletions

View file

@ -0,0 +1,11 @@
---
- name: Render blackbox exporter config
tags: [ blackbox-exporter, alloy ]
become: true
ansible.builtin.template:
src: config.blackbox-exporter.j2
dest: /etc/alloy/blackbox-exporter.yaml
mode: "0644"
owner: root
notify:
- Alloy.reloaded