Hi everyone, what's the best way to run commands from an host on a guest (Linux) that can also be on a different host?
Something like:
Something like:
- qm guest exec 100 --node node01 -- apt update -y, or:
- pvesh set /nodes/node01/qemu/100/agent/exec -command "apt update"?