Closed jplitza closed 2 months ago
Hello, this should be available in the latest beta release, v7.5.0-beta.1, please let us if we should make any changes to the current implementation
Thanks for the quick implementation! It's more generic than I would have needed, but works for me. :+1:
Current SDK Version
Use-cases
It would be nice to use the
ionoscloudsdk.ionoscloud.user
module in a "create if it does not exist" way for technical accounts whose passwords should be auto-generated and not even be stored anywhere.We have tons of those accounts for S3 access, and don't really care about their passwords. We just want them to be there.
Attempted Solutions
Currently, we use
But that causes Ansible to change the password on every invocation and consequently report the module as changed.
Proposal
The
ionoscloudsdk.ionoscloud.s3key
module has anidempotency
flag that has a similar purpose. It would be nice if the user module had something similar (dont_update_password
?), which would cause theuser_password
to be ignored for existing accounts.References