Skip to content

Latest commit

 

History

History

vmauth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vmauth

Role to install and configure vmauth. Installs by using binary from Github releases.

Parameters

The following table lists the configurable parameters of the roles and their default values.

Parameter Description Default
vmauth_repo_url Repository to use for download. https://github.com/VictoriaMetrics/VictoriaMetrics
vmauth_version vmauth version v1.101.0
vmauth_enterprise Whether to use enterprise version of binaries. false
vmauth_license_key License key for VictoriaMetrics enterprise. ""
vmauth_license_key_file License key file for VictoriaMetrics enterprise. ""
vmauth_download_url URL to download archive {{ vmauth_repo_url }}/releases/download/{{ vmauth_version }}/vmutils-{{ vmauth_version }}.tar.gz
vmauth_system_user User to run vmauth victoriametrics
vmauth_system_group Group for user of vmauth {{ vmauth_system_user }}
vmauth_service_state Default state of systemd service started
vmauth_service_enabled Whether to enable systemd service true
vmauth_config_dir Location for config files /opt/victoriametrics-vmauth
vmauth_bin_dir Location for binary file /usr/local/bin
vmauth_config Config parameters to be passed via environment variables {}
vmauth_exec_start_post Post start hook for systemd unit ""
vmauth_exec_stop Stop command for systemd unit ""
vmauth_auth_config vmauth authentication config. See defaults.yml
vmauth_install_download_to_control Whether use control or remote host to download installation archive true
vmauth_systemd_protect_home Configure Systemd home protection. See See https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectHome= "yes"
vm_proxy_http Sets environment for downloading archive ""
vm_proxy_https Sets environment for downloading archive ""