alloy(role): pull in alloy role that works from fux (#112)
Reviewed-on: #112 Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
This commit is contained in:
parent
9a876e12a8
commit
900971ebe9
246 changed files with 222 additions and 19245 deletions
10
roles/alloy/tasks/blackbox-exporter.yaml
Normal file
10
roles/alloy/tasks/blackbox-exporter.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue