You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homelab/k8s/initialize.yml

10 lines
198 B

---
- name: Initialize the controlplane
hosts: all
become: yes
become_method: sudo
become_user: root
tasks:
- name: Reboot machine to finaliza presetup
reboot:
reboot_timeout: 3600