13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
/*
|
|
DESCRIPTION:
|
|
Build account variables used for all builds.
|
|
- Variables are passed to and used by guest operating system configuration files (e.g., ks.cfg, autounattend.xml).
|
|
- Variables are passed to and used by configuration scripts.
|
|
*/
|
|
|
|
// Default Account Credentials
|
|
build_username = "ubuntu"
|
|
build_password = "ubuntu"
|
|
build_password_encrypted = "$6$Gg0b6uacy6apqKTP$OIvG1n8YUNpiDpsQgS02PgGgGY0egsYM0lqQq1lvOLKCAhMQcrY6SXq2K6ynt6RI8GVvmiagbKkcN6YXRzQtb1"
|
|
build_key = "Your public SSH key goes here"
|