When creating automated installations, it's undesirable to have plain-text passwords floating around in our configuration files. It would be desirable to be able to specify a hashed password string similar to how the Ansible user module handles passwords. Maybe this could be done by having a different key for specifying the hashed password like "password-hash" and have the script use that preferentially and fall back to "!password" if the password hash was not specified.