ansible-infra/roles/alloy/tasks/blackbox-exporter.yaml
chris 900971ebe9
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m39s
alloy(role): pull in alloy role that works from fux (#112)
Reviewed-on: #112
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
2026-07-23 20:34:02 +02:00

10 lines
232 B
YAML

---
- name: Render blackbox exporter config
become: true
ansible.builtin.template:
src: config.blackbox-exporter.j2
dest: /etc/alloy/blackbox-exporter.yaml
mode: "0644"
owner: root
notify:
- Alloy.reloaded