2015-09-04 18:25:17 +00:00

12 lines
344 B
YAML

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