8dc150a9116a12704700021880bcb59a6499c410
change-root-password
Role for change root password and sett i attr in /etc/shadow file.
Deploy example
roles:
- role: change-root-password
root_password: "{{ something | password_hash('sha512') }}"
Available parameters
Main
| Param | Default | Description |
|---|---|---|
root_password |
- |
Root password in sha512. |
Description