Ansible for rke2 install on Alpine contiainers
This commit is contained in:
5
roles/kube_prep/handlers/main.yml
Normal file
5
roles/kube_prep/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Reboot server
|
||||
ansible.builtin.reboot:
|
||||
reboot_command: "{{ custom_reboot_command | default(omit) }}"
|
||||
listen: reboot server
|
Reference in New Issue
Block a user