Closed DavidMorp closed 1 year ago
Add the possibility to configure hashed passwords on Cisco NX-OS devices.
hashed_password
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/
This could be a great addition to the nxos_user module
This has been added with #677. Hence, closing this ticket.
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