This commit is contained in:
chris 2025-04-18 16:22:30 +02:00
commit 73f1874a59
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 148 additions and 3 deletions

View file

@ -86,3 +86,22 @@
state: restarted
daemon_reload: true
become: true
- name: Install Alloy
hosts: resolv-dns
become: true
tasks:
- name: Install Alloy
ansible.builtin.include_role:
name: grafana.grafana.alloy
- name: Install Alloy
hosts: dhcp
become: true
tasks:
- name: Install Alloy
ansible.builtin.include_role:
name: grafana.grafana.alloy