1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2018-05-23 14:34:46 -05:00
..
__init__.py
rabbitmq_binding.py rabbitmq_binding: Update documentation (#40062) 2018-05-15 03:52:55 -04:00
rabbitmq_exchange.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
rabbitmq_parameter.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
rabbitmq_plugin.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rabbitmq_policy.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
rabbitmq_queue.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
rabbitmq_user.py rabbitmq_user: Add update_password parameter (#36280) 2018-05-23 14:34:46 -05:00
rabbitmq_vhost.py Check that output from list_vhosts can be split (#37630) 2018-03-22 13:03:20 -04:00