Trying to set the encrypted-password key does not work when using vyos_config, because of a filter on the commands to run on the target here.
I would like to be able to set the encrypted-password to be the same on all of my devices, without having to deal cleartext passwords in my ansible output diff.
Description
Description
Details
Details
- Version
- 2.3.0
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Bug (incorrect behavior)
Event Timeline
Comment Actions
The recent updates to vyos_user should support updating encrypted passwords, including appropriately understanding if there was a change.
Comment Actions
Module updates (6.0.0) add support for encrypted passwords, including idempotence and tests.