ansible-infra/roles/alloy/tasks/blackbox-exporter.yaml
chris b686a8fb44
All checks were successful
/ Ansible Lint (push) Successful in 2m49s
alloy(role): pull in alloy role that works from fux
2026-07-09 21:13:57 +02:00

11 lines
269 B
YAML

---
- 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