alloy
This commit is contained in:
parent
973e22e267
commit
73f1874a59
4 changed files with 148 additions and 3 deletions
19
deploy.yaml
19
deploy.yaml
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue