You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/messaging
Lachlan Cooper d145dfbcf1 rabbitmq_user: Add update_password parameter (#36280)
* Add update_password parameter to rabbitmq_user

Inspiration for this feature is taken from the `user` module.

While `always` is the default in that module, it is not here. We default
to `on_create` to avoid changing existing behaviour.

Resolves #29260

* Update instructions for changing passwords

* Bump version_added as requested

* Check password before changing it

This allows accurate reporting of changed status even though
`rabbitmqctl change_password` doesn't.

* Remove instruction to use 'force' to update password
6 years ago
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 8 years ago
rabbitmq_binding.py rabbitmq_binding: Update documentation (#40062) 6 years ago
rabbitmq_exchange.py More validate module fixes (#39097) 7 years ago
rabbitmq_parameter.py Clean up module documentation (#36909) 7 years ago
rabbitmq_plugin.py Update metadata to 1.1 7 years ago
rabbitmq_policy.py Clean up module documentation (#36909) 7 years ago
rabbitmq_queue.py Clean up module documentation (#36909) 7 years ago
rabbitmq_user.py rabbitmq_user: Add update_password parameter (#36280) 6 years ago
rabbitmq_vhost.py Check that output from list_vhosts can be split (#37630) 7 years ago