diff --git a/playbook.yml b/playbook.yml index 4b55400..01243da 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: diff --git a/vars/cluster.k3s.yml b/vars/cluster.k3s.yml index dc8d391..c640f55 100644 --- a/vars/cluster.k3s.yml +++ b/vars/cluster.k3s.yml @@ -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