b694f44694
Rabbitmq start with the default node name. Puppet tries to change nodename. After this start stop status stops to work
19 lines
300 B
YAML
19 lines
300 B
YAML
id: rabbitmq_vhost
|
|
handler: ansible
|
|
version: 1.0.0
|
|
input:
|
|
vhost_name:
|
|
schema: str!
|
|
value: openstack
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
ssh_key:
|
|
schema: str!
|
|
value:
|
|
ssh_user:
|
|
schema: str!
|
|
value:
|
|
|
|
tags: [resources/rabbitmq, resource/rabbitmq_vhost]
|