alloy(role): add documentation

- add README
- add argument_specs
- removed tags
This commit is contained in:
chris 2026-07-13 00:33:23 +02:00
commit 099852f588
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
8 changed files with 65 additions and 7 deletions

View file

@ -1,2 +1,3 @@
---
alloy_enable_blackbox_exporter: "{{ 'prometheus.exporter.blackbox' in (alloy_config_default + alloy_config_additional) }}"
alloy_do_we_have_v6: "{{ (ansible_facts['all_ipv6_addresses'] | select('match', '^[23]') | list | length > 0) | ternary('true', 'false') }}"