26 lines
748 B
YAML
26 lines
748 B
YAML
|
---
|
||
|
# @var pve_sd_version:description: Set a fix version of the PVE SD package to install.
|
||
|
# @var pve_sd_version: $ "_unset_"
|
||
|
|
||
|
# @var pve_sd_packages_extra:description: Extra packages to install with pip (e.g. DNS plugins).
|
||
|
pve_sd_packages_extra: []
|
||
|
|
||
|
pve_sd_virtualenv_command: /usr/bin/python3 -m venv
|
||
|
pve_sd_virtualenv: /opt/python3/pve_sd
|
||
|
|
||
|
pve_sd_user: "prometheus_adm"
|
||
|
pve_sd_group: "{{ pve_sd_user }}"
|
||
|
pve_sd_extra_groups: []
|
||
|
|
||
|
# @var pve_sd_interval:description: Interval for the systemd timer.
|
||
|
pve_sd_interval: "*:0/15"
|
||
|
pve_sd_service_stopped: False
|
||
|
|
||
|
pve_sd_log_level: info
|
||
|
pve_sd_log_format: console
|
||
|
pve_sd_output_file: /out/pve.json
|
||
|
pve_sd_service: False
|
||
|
pve_sd_pve_server: pve.example.com
|
||
|
pve_sd_pve_user: root
|
||
|
pve_sd_pve_password: secure
|