Allocate IPs in serial to prevent allocation race conditions
This commit is contained in:
parent
8425b3c733
commit
bd5b65d342
@ -24,3 +24,5 @@
|
||||
- role: ip-allocation
|
||||
ip_allocation_filename: "{{ kayobe_config_path }}/network-allocation.yml"
|
||||
ip_allocation_hostname: "{{ inventory_hostname }}"
|
||||
# Use serial=1 to avoid races between allocations for different hosts.
|
||||
serial: 1
|
||||
|
Loading…
Reference in New Issue
Block a user