ansible-infra/roles/alloy/README.md
chris 3f1108cf2c
All checks were successful
/ build (pull_request) Successful in 52s
/ Ansible Lint (pull_request) Successful in 2m55s
/ Ansible Lint (push) Successful in 3m4s
alloy(role): remove unpoller support
2026-07-13 23:06:18 +02:00

976 B

Grafana Alloy role

Installs and configures Grafana Alloy on Debian-based systems. Optionally deploys a Blackbox exporter config.

Supported Distributions

Should work on Debian-based distributions.

Required Arguments

  • alloy_config_default: The default Alloy configuration. Recomanded for configuration that hosts of a groupe share.

Optional Arguments

  • alloy_config_additional: Additional Alloy configuration appended to the default config. Recomanded for per host configuration
  • alloy_cap_net_bind_service: Grant Alloy the CAP_NET_BIND_SERVICE capability, allowing it to bind to privileged ports (<1024).

Blackbox Exporter

  • alloy_blackbox_exporter_config_default: Default blackbox exporter configuration.
  • alloy_blackbox_exporter_config_additional: Additional blackbox exporter configuration appended to the default blackbox exporter config.