Decrease nodes;Try loop_control.pause
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
1701677e20
commit
fc2c755afa
@ -165,6 +165,8 @@
|
|||||||
environment:
|
environment:
|
||||||
K3S_TOKEN: "{{ cluster.token }}" # (hostvars[ansible_play_hosts[0]]).cluster.token
|
K3S_TOKEN: "{{ cluster.token }}" # (hostvars[ansible_play_hosts[0]]).cluster.token
|
||||||
K3S_URL: "{{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }}"
|
K3S_URL: "{{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }}"
|
||||||
|
loop_control:
|
||||||
|
pause: 60
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
|
@ -13,4 +13,3 @@ servers:
|
|||||||
- ip: 192.168.11.121/24
|
- ip: 192.168.11.121/24
|
||||||
- ip: 192.168.11.122/24
|
- ip: 192.168.11.122/24
|
||||||
- ip: 192.168.11.123/24
|
- ip: 192.168.11.123/24
|
||||||
- ip: 192.168.11.124/24
|
|
||||||
|
Loading…
Reference in New Issue
Block a user