*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 3c685219 authored by entlein's avatar entlein
Browse files

we need to first start master, then the servers and give them time to come up...

we need to first start master, then the servers and give them time to come up and then start the rest
parent 637350c6
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -20,6 +20,15 @@
ignore_errors: True
when: ( 'servers' in group_names )
- name: start rke2 everywhere
ansible.builtin.systemd:
name: "rke2-{{ node_type }}"
enabled: yes
masked: no
state: started
daemon_reload: yes
ignore_errors: True
- name: wait for kubeconfig
wait_for:
path: /etc/rancher/rke2/rke2.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment