ansible-infra/roles/alloy/tasks/install.yaml
chris 099852f588
alloy(role): add documentation
- add README
- add argument_specs
- removed tags
2026-07-13 23:03:40 +02:00

20 lines
456 B
YAML

---
- name: Add grafana apt repo with signing key
become: true
ansible.builtin.deb822_repository:
name: grafana
types: deb
uris: https://apt.grafana.com
suites: "{{ ansible_facts['distribution_release'] }}"
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