mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-28 22:38:14 +08:00
kvm example: Add a machine name separator
This commit is contained in:
parent
2129a14b16
commit
66c5c6e1bf
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ groups:
|
|||
env_variables: {}
|
||||
encrypted_env_variables: {}
|
||||
identity:
|
||||
machine_id: ${HOSTNAME}${RANDOM}[4]
|
||||
machine_id: ${HOSTNAME}_${RANDOM}[4]
|
||||
machine_group:
|
||||
global_prometheus:
|
||||
metrics: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue