diff --git a/k8s/initialize.yml b/k8s/initialize.yml index 2d3b358..20527ab 100644 --- a/k8s/initialize.yml +++ b/k8s/initialize.yml @@ -1,2 +1,10 @@ --- -- name: Initialize the controlplane \ No newline at end of file +- 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 \ No newline at end of file