Decrease nodes;Try loop_control.pause
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-25 18:07:31 +02:00
parent 1701677e20
commit fc2c755afa
2 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,8 @@
environment:
K3S_TOKEN: "{{ cluster.token }}" # (hostvars[ansible_play_hosts[0]]).cluster.token
K3S_URL: "{{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }}"
loop_control:
pause: 60
rescue:
- ansible.builtin.debug:

View File

@ -13,4 +13,3 @@ servers:
- ip: 192.168.11.121/24
- ip: 192.168.11.122/24
- ip: 192.168.11.123/24
- ip: 192.168.11.124/24