Files
openstack-ansible-rabbitmq_…/examples/playbook.yml
Dmitriy Rabotyagov 6afb2944dc Auto-fix yaml rules
In order to reduce divergance with ansible-lint rules, we apply
auto-fixing of violations.

In current patch we replace all kind of truthy variables with
`true` or `false` values to align with recommendations along with
alignment of used quotes.

Change-Id: Ie295a52b403df4d404bf984fe0296d5be110f532
2025-02-13 08:41:52 +01:00

15 lines
219 B
YAML

---
- name: Install RabbitMQ server
hosts: rabbitmq_all
user: root
serial:
- 1
- 100%
roles:
- role: rabbitmq_server
tags:
- rabbitmq-server
vars:
rabbitmq_cookie_token: secrete