Last updated on: 2024-05-14 02:50:40.

velos_partition_change_password – Provides access to VELOS chassis partition user authentication methods

New in version 1.0.0.

Synopsis

  • Provides access to VELOS chassis partition user authentication change password methods.

Parameters

Parameter Choices/Defaults Configuration Comments
new_password
string / required
New password for the specified user account.
old_password
string / required
Current password for the specified user account.
user_name
string / required
Name of the chassis partition user account.

Notes

Note

  • This module is not idempotent.

Examples

- name: Change password on partition
  velos_partition_change_password:
    user_name: foo
    old_password: admin
    new_password: abc123!@

Status

Authors

  • Wojciech Wypior (@wojtek0806)