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
20
roles/alloy/tasks/install_debian.yml
Normal file
20
roles/alloy/tasks/install_debian.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
- name: Add grafana apt repo with signing key
|
||||
become: true
|
||||
ansible.builtin.deb822_repository:
|
||||
name: grafana
|
||||
types: deb
|
||||
uris: https://apt.grafana.com
|
||||
suites: stable
|
||||
components:
|
||||
- main
|
||||
signed_by: https://apt.grafana.com/gpg.key
|
||||
|
||||
- name: Run cache update
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
||||
- name: Install alloy
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
name: alloy
|
||||
Loading…
Add table
Add a link
Reference in a new issue