provisioner-default-password-hash¶
Defines the password of the default user in hash form
This specifies the password hash to use for the install process. This is the root password on CentOS-based installs, the default user on the Debian-based installs, and the root password for ESXi. Any other system that utilizes a SHA512 type hashed password can use this.
To generate a hash, use the following command:
# where "PASSWORD" is the new password to generate the hash for
python3 -c "import crypt; print(crypt.crypt(\"PASSWORD\", crypt.mksalt(crypt.METHOD_SHA512)))"
This will generate a sha512 hash which should work on both operating system types.
Objects that Reference provisioner-default-password-hash¶
- profiles EXAMPLE-suse-sles-config in Other OSes Installers v4.15.2 as part of Params (declared)
- templates autoyast.xml.tmpl.backup in Other OSes Installers v4.15.2 as part of Contents (used)
- templates rhel-7.ks.tmpl in Other OSes Installers v4.15.2 as part of Contents (used)
- templates rhel-8.ks.tmpl in Other OSes Installers v4.15.2 as part of Contents (used)
- templates autoyast-sles.xml.tmpl in Other OSes Installers v4.15.2 as part of Contents (used)
- templates photon.json.tmpl in Other OSes Installers v4.15.2 as part of Contents (used)
- templates curtin-esxi-network-startup.sh.tmpl in Image Deploy v4.15.0 as part of Contents (used)
- templates esxi-set-insecure-password.sh.tmpl in VMWare Support v4.15.6 as part of Contents (used)
- templates esxi-install-py3.ks.tmpl in VMWare Support v4.15.6 as part of Contents (used)
- templates esxi-install.ks.tmpl in VMWare Support v4.15.6 as part of Contents (used)
- templates rhelish-10.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates centos-8.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates net-seed.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates ubuntu-autoinstall-userdata.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates rhelish-8.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates fedora.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates deb10-net-seed.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates centos-7.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates rhelish-9.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates rocky-8.ks.tmpl in Community Core v4.15.11 as part of Contents (used)
- templates centos-6.ks.tmpl in Community Edge v4.15.1 as part of Contents (used)
- bootenvs ubuntuhammer-builder-install in ubuntuhammer Builder v4.15.1 as part of Templates.[10].Contents (used)
Objects used by provisioner-default-password-hash¶
Not used in current content packs