ansible-infra/roles/alloy/tasks/blackbox-exporter.yaml
chris 0b5fa03ac3
All checks were successful
/ build (pull_request) Successful in 32s
/ Ansible Lint (push) Successful in 2m23s
/ Ansible Lint (pull_request) Successful in 2m25s
alloy(role): pull in alloy role that works from fux
2026-07-09 21:18:59 +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