bootstrap-vz/bootstrapvz/plugins/root_password
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Added password-cryped to root_password plugin 2017-11-28 22:15:48 -08:00
README.rst Added password-crypted to root-password plugin 2017-11-28 09:38:15 -08:00
tasks.py Added password-cryped to root_password plugin 2017-11-28 22:15:48 -08:00

root password
-------------

Sets the root password. This plugin removes the task that disables the
SSH password authentication.

Settings
~~~~~~~~
``oneOf``

-  ``password``: The password for the root user.
-  ``password-crypted``: The password for the root user[crypt(3) hash]

The following command (available from the **whois** package) can be used
to generate a SHA-512 based crypt(3) hash for a password:

.. code-block:: shell

  mkpasswd -m sha-512