mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add rabbitmq_vhost module.
Simply ensures existence or non-existence of a vhost.
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
- name: remove default guest user
|
||||
rabbitmq_user: user=guest state=absent
|
||||
|
||||
- name: ensure vhost /test is present
|
||||
rabbitmq_vhost: name=/test state=present
|
||||
|
||||
handlers:
|
||||
- name: restart rabbitmq
|
||||
service: name=rabbitmq-server state=restarted
|
||||
|
||||
Reference in New Issue
Block a user