first commit

This commit is contained in:
Fern Garden 2025-05-28 17:08:15 +08:00
commit 5690a2a2ba
13 changed files with 294 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- name: Restart qemu-guest-agent
service:
name: qemu-guest-agent
state: restarted

View file

@ -0,0 +1,5 @@
- name: Install qemu-guest-agent package
become: true
apt:
pkg:
- qemu-guest-agent