solar/resources/rabbitmq_user/actions/run.yml
Łukasz Oleś b694f44694 Fix rabbitmq startup
Rabbitmq start with the default node name. Puppet tries to change nodename.
After this start stop status stops to work
2015-07-17 11:53:30 +00:00

11 lines
337 B
YAML

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