Create a SHA512 Hashed Password
Lauch the terminal and issue the following command :
#sudo openssl passwd -6 -salt SALT PASSWORD
** Replace SALT with a random string, and replace PASSWORD with the desired password. You can use the sha512 hased generated password in playbooks and or scripts, so the password isn’t plain text when needed.
(Don’t use a ! in the password)