alloy(role): remove unpoller support
All checks were successful
/ build (pull_request) Successful in 52s
/ Ansible Lint (pull_request) Successful in 2m55s
/ Ansible Lint (push) Successful in 3m4s

This commit is contained in:
chris 2026-07-13 23:06:18 +02:00
commit 3f1108cf2c
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
7 changed files with 1 additions and 382 deletions

View file

@ -61,9 +61,6 @@
- name: Deploy blackbox-exporter config
when: alloy_enable_blackbox_exporter
ansible.builtin.include_tasks: blackbox-exporter.yaml
- name: Deploy unpoller exporter
when: alloy_unpoller_enabled
ansible.builtin.include_tasks: unpoller.yaml
- name: Flush handlers
ansible.builtin.meta: flush_handlers