Ansible for rke2 install on Alpine contiainers

This commit is contained in:
Sivert V. Sæther
2024-10-23 15:20:56 +02:00
parent 71d5f6846c
commit adbd7bdead
12 changed files with 198 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Reboot server
ansible.builtin.reboot:
reboot_command: "{{ custom_reboot_command | default(omit) }}"
listen: reboot server