Use hostname-safe VM names

This commit is contained in:
Thales Maciel 2026-01-30 12:13:35 -03:00
parent 306412c995
commit bbd57d8dd2
No known key found for this signature in database
GPG key ID: 33112E6833C34679
3 changed files with 110 additions and 11 deletions

View file

@ -412,4 +412,4 @@ rand() {
adjective="${ADJECTIVES[$(rand ${#ADJECTIVES[@]})]}"
substantive="${SUBSTANTIVES[$(rand ${#SUBSTANTIVES[@]})]}"
printf '%s_%s' "$adjective" "$substantive"
printf '%s-%s' "$adjective" "$substantive"