This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/ansible/roles/borg/files/start_vms.sh
2023-04-26 17:45:19 +02:00

3 lines
88 B
Bash
Executable file

#!/bin/bash
for i in $(virsh list --all --name --autostart); do virsh start "$i"; done