Initial commit

This commit is contained in:
Julian Rother 2025-05-21 16:26:00 +02:00
commit 0fdb74a9a2
Signed by: julian
GPG key ID: C19B924C0CD13341
7 changed files with 168 additions and 0 deletions

8
defaults/main.yml Normal file
View file

@ -0,0 +1,8 @@
prometheus_opnsense_exporter_version: 0.0.8
prometheus_opnsense_exporter_config:
OPNSENSE_EXPORTER_ARGS: "--web.listen-address=127.0.0.1:9097 --exporter.instance-label=opnsense --opnsense.insecure"
OPNSENSE_DHCP_EXPORTER_PORT: "9098"
#OPNSENSE_EXPORTER_OPS_API: "..."
OPNSENSE_EXPORTER_OPS_PROTOCOL: "https"
#OPNSENSE_EXPORTER_OPS_API_KEY: "..."
#OPNSENSE_EXPORTER_OPS_API_SECRET: "..."