10 lines
100 B
YAML
10 lines
100 B
YAML
---
|
|
|
|
- name: install and configure rabbitmq
|
|
hosts: rabbitmq
|
|
serial: 1
|
|
|
|
roles:
|
|
- rabbitmq
|
|
|