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 = "deploy"
|
|
build_password = "deploy"
|
|
build_password_encrypted = "$6$MsfTs/5vjdnlgqEt$pkl1uGs645Y1NLpzQu7R/coOohkyzksn2YkY2EgjOuXkA6Tnrr3Yag8LYeotfYaiiyIzn3MyYCWdeqM.2VKAz1"
|
|
build_key = "Your public SSH key goes here"
|