fixme: hotfix for multi-master netmaker-server

netmaker doesnt handle concurrent joins to different server-nodes well and will duplicate addresses
This commit is contained in:
Ruakij 2022-10-27 01:23:45 +02:00
parent fcc4f1ed18
commit 247fdec7ae

View File

@ -3,3 +3,4 @@
command: "netclient join -t {{ netclient.join_network_token }}"
failed_when: command.rc != 0
register: command
throttle: 1