Files
solar/resources/rabbitmq_vhost/actions/run.yml
2015-09-08 15:34:56 +02:00

6 lines
123 B
YAML

- hosts: [{{host}}]
sudo: yes
tasks:
- rabbitmq_vhost: name={{vhost_name}}
state=present