Files
configpolicy/roles/unifi/defaults/main.yml
Dustin C. Hatch db54b03aa8 r/unifi: Switching to custom container image
The _linuxserver.io_ image for UniFi Network is deprecated.  It sucked
anyway.  I've created a simple image based on Debian that installs the
_unifi_ package from the upstream apt repository.  This image doesn't
require running anything as _root_, so it doesn't need a user namespace.
2025-03-16 16:40:57 -05:00

18 lines
513 B
YAML

unifi_version: latest
unifi_container_image: git.pyrocufflink.net/containerimages/unifi
unifi_storage_path: /var/lib/unifi
unifi_exporter_container_image: docker.io/jessestuart/unifi_exporter
unifi_exporter_version: v0.4.0
unifi_exporter_config:
listen:
address: :9130
metricspath: /metrics
unifi:
address: https://localhost:8443/
insecure: true
password: '{{ unifi_exporter_password }}'
site: '{{ unifi_exporter_site }}'
timeout: 5s
username: '{{ unifi_exporter_username }}'