2015-09-15 12:20:12 +02:00

12 lines
344 B
YAML

- hosts: [{{host}}]
sudo: yes
tasks:
- rabbitmq_user: user={{user_name}}
password={{password}}
vhost={{vhost_name}}
configure_priv=.*
read_priv=.*
write_priv=.*
tags={{tags}}
state=present