Robert Kaussow
83cadc0e32
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
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
|
|
|
|
# @var pve_sd_virtualenv_umask:description: Set a custom umask and ignore the system default settings.
|
|
# @var pve_sd_virtualenv_umask: $ "_unset_"
|
|
# @var pve_sd_virtualenv_umask:example: $ "0022"
|
|
|
|
pve_sd_system_user: "prometheus_adm"
|
|
pve_sd_system_user_comment: PVE SD
|
|
pve_sd_system_group: "{{ pve_sd_system_user }}"
|
|
pve_sd_system_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_exclude_state: []
|
|
pve_sd_exclude_vmid: []
|
|
pve_sd_exclude_tags: []
|
|
|
|
pve_sd_service: False
|
|
|
|
pve_sd_pve_server: pve.example.com
|
|
pve_sd_pve_user: username@pve
|
|
# @var pve_sd_pve_password:description: >
|
|
# If `pve_sd_pve_token_value` is set, the token authentication method is preferred,
|
|
# otherwise `pve_sd_pve_password` can be used for authentication with the username and password.
|
|
# @end
|
|
# @var pve_sd_pve_password:example: $ "secure"
|
|
pve_sd_pve_token_name: demo
|
|
pve_sd_pve_token_value: xxxx-xxxx-xxxx
|