ansible-infra/roles/alloy/vars/main.yaml
chris 900971ebe9
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m39s
alloy(role): pull in alloy role that works from fux (#112)
Reviewed-on: #112
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
2026-07-23 20:34:02 +02:00

3 lines
268 B
YAML

---
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') }}"