alloy(role): pull in alloy role that works from fux
This commit is contained in:
parent
1ae4a39f57
commit
0b5fa03ac3
246 changed files with 555 additions and 19211 deletions
11
roles/alloy/tasks/blackbox-exporter.yaml
Normal file
11
roles/alloy/tasks/blackbox-exporter.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue