mirror of
https://gitea.0xace.cc/ansible-galaxy/victoriametrics.git
synced 2025-01-18 12:02:20 +00:00
add reload auth key for vmauth
This commit is contained in:
parent
a7323bb1ed
commit
8524445662
@ -36,6 +36,7 @@ Example hosts file:
|
||||
|
||||
Example group_vars:
|
||||
|
||||
victoriametrics_vmauth_reloadAuthKey: reload-auth-key
|
||||
victoriametrics_vmauth_users:
|
||||
- id: "1"
|
||||
username: "foobar"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# https://docs.victoriametrics.com/vmauth.html
|
||||
#
|
||||
|
||||
ARGS="-auth.config={{ victoriametrics_vmauth_config_file }}"
|
||||
ARGS="-auth.config={{ victoriametrics_vmauth_config_file }} -reloadAuthKey={{ victoriametrics_vmauth_reloadAuthKey }}"
|
||||
|
Loading…
Reference in New Issue
Block a user