Ł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

6 lines
126 B
YAML

- hosts: [{{ ip }}]
sudo: yes
tasks:
- new_rabbitmq_vhost: name={{vhost_name}}
state=absent