Serialize RabbitMQ container prep

Prepare the RabbitMQ container bind mounts and LXC template prep
in a serial so the containers are not restarted simultaneously.

Change-Id: I20d0b8eeda91c8f2c39a4e600e2d36460c417423
This commit is contained in:
Logan V 2017-03-04 12:00:32 -06:00
parent 69b92aa6ac
commit 1e4d4748bc

View File

@ -15,6 +15,7 @@
- name: Create and configure rabbitmq container
hosts: "{{ rabbitmq_host_group | default('rabbitmq_all') }}"
serial: 1
gather_facts: "{{ gather_facts | default(True) }}"
max_fail_percentage: 0
user: root