ansible-infra/roles/alloy/tasks/blackbox-exporter.yaml
chris 25bf4da29d
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 3m9s
/ Ansible Lint (pull_request) Successful in 3m13s
alloy(role): pull in alloy role that works from fux
2026-07-09 23:12:14 +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