2015-06-02 17:41:52 +02:00

28 lines
462 B
YAML

id: rabbitmq_user
handler: ansible
version: 1.0.0
input:
container_name:
schema: str!
value:
user_name:
schema: str!
value: openstack
password:
schema: str!
value: openstack_password
vhost_name:
schema: str!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
tags: [resources/rabbitmq, resource/rabbitmq_user]