ansible-collections / cisco.nxos

Ansible Network Collection for Cisco NXOS
GNU General Public License v3.0
116 stars 109 forks source link

Create NX-OS user providing a hashed password #370

Closed DavidMorp closed 1 year ago

DavidMorp commented 3 years ago
SUMMARY

Add the possibility to configure hashed passwords on Cisco NX-OS devices.

ISSUE TYPE
COMPONENT NAME

hashed_password

ADDITIONAL INFORMATION

Please keep the same syntax as the IOS component: https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_user_module.html#parameter-hashed_password

- name: Add a user with MD5 hashed password
  cisco.ios.ios_user:
    name: ansibletest5
    hashed_password:
      type: 5
      value: $3$8JcDilcYgFZi.yz4ApaqkHG2.8/
aalmenar commented 1 year ago

This could be a great addition to the nxos_user module

NilashishC commented 1 year ago

This has been added with #677. Hence, closing this ticket.