7d3cce02c3
Update the role documentation to match the new format. Each role project should maintain the configuration variations for the role project itself. Change-Id: I73b061da40b08b327fc3445e073cbd8997920ccd
8 lines
182 B
YAML
8 lines
182 B
YAML
- name: Install RabbitMQ server
|
|
hosts: rabbitmq_all
|
|
user: root
|
|
roles:
|
|
- { role: "rabbitmq_server", tags: [ "rabbitmq-server" ] }
|
|
vars:
|
|
rabbitmq_cookie_token: secrete
|