prometheus remote write with alloy using it
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
This commit is contained in:
parent
e21ff26f36
commit
e183f1a2c3
8 changed files with 161 additions and 7 deletions
|
@ -70,5 +70,13 @@
|
|||
- "o=Docker,n=${distro_codename}"
|
||||
- "o=nginx,n=${distro_codename}"
|
||||
|
||||
- name: Ensure Alloy is installed and Setup on alloy_hosts
|
||||
hosts: alloy_hosts
|
||||
become: true
|
||||
tasks:
|
||||
- name: Setup Alloy
|
||||
ansible.builtin.include_role:
|
||||
name: grafana.grafana.alloy
|
||||
|
||||
- name: Run ensure_eh22_styleguide_dir Playbook
|
||||
ansible.builtin.import_playbook: ensure_eh22_styleguide_dir.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue