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:
parent
69b92aa6ac
commit
1e4d4748bc
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
- name: Create and configure rabbitmq container
|
- name: Create and configure rabbitmq container
|
||||||
hosts: "{{ rabbitmq_host_group | default('rabbitmq_all') }}"
|
hosts: "{{ rabbitmq_host_group | default('rabbitmq_all') }}"
|
||||||
|
serial: 1
|
||||||
gather_facts: "{{ gather_facts | default(True) }}"
|
gather_facts: "{{ gather_facts | default(True) }}"
|
||||||
max_fail_percentage: 0
|
max_fail_percentage: 0
|
||||||
user: root
|
user: root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user