Page MenuHomeVyOS Platform

Ansible [vyos_config] unable to update encrypted-password
Closed, ResolvedPublicBUG

Description

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.

Details

Version
2.3.0
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

syncer triaged this task as Normal priority.

The recent updates to vyos_user should support updating encrypted passwords, including appropriately understanding if there was a change.

gaige claimed this task.

Module updates (6.0.0) add support for encrypted passwords, including idempotence and tests.