alloy(role): add documentation

- add README
- add argument_specs
- removed tags
This commit is contained in:
chris 2026-07-13 00:33:23 +02:00
commit 099852f588
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
8 changed files with 65 additions and 7 deletions

View file

@ -1,20 +0,0 @@
---
- 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