solar/resources/rabbitmq_user/actions/remove.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

7 lines
169 B
YAML

- hosts: [{{ ip }}]
sudo: yes
tasks:
- new_rabbitmq_user: user={{user_name}}
vhost={{vhost_name}}
state=absent