alloy(role): add documentation
- add README - add argument_specs - removed tags
This commit is contained in:
parent
25bf4da29d
commit
099852f588
8 changed files with 65 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
- name: Render blackbox exporter config
|
||||
tags: [ blackbox-exporter, alloy ]
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: config.blackbox-exporter.j2
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
name: grafana
|
||||
types: deb
|
||||
uris: https://apt.grafana.com
|
||||
suites: stable
|
||||
suites: "{{ ansible_facts['distribution_release'] }}"
|
||||
components:
|
||||
- main
|
||||
signed_by: https://apt.grafana.com/gpg.key
|
||||
|
|
@ -2,9 +2,8 @@
|
|||
- name: Deploy Grafana Alloy with config
|
||||
tags: [ alloy ]
|
||||
block:
|
||||
- name: Install Alloy on Debian
|
||||
when: ansible_facts['distribution'] == "Debian"
|
||||
ansible.builtin.include_tasks: install_debian.yml
|
||||
- name: Install Alloy
|
||||
ansible.builtin.include_tasks: install.yaml
|
||||
|
||||
- name: Create systemd override for alloy
|
||||
become: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
- name: Install and Setup unpoller
|
||||
tags: [ unpoller, alloy, podman, container ]
|
||||
block:
|
||||
- name: Install Podman
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue