Ansible for rke2 install on Alpine contiainers
This commit is contained in:
6
roles/proxmox/handlers/main.yml
Normal file
6
roles/proxmox/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Reboot LXC containers
|
||||
ansible.builtin.command: pct reboot {{ item }}
|
||||
loop: "{{ kube_ids }}"
|
||||
changed_when: true
|
||||
listen: reboot containers
|
Reference in New Issue
Block a user