Working on qubes playbook

This commit is contained in:
mustard 2024-12-22 17:55:26 +01:00
parent ae63be1df6
commit ed68d23c6c
7 changed files with 558 additions and 13 deletions

View file

@ -26,6 +26,11 @@
- wireguard-tools
- qemu-guest-agent
state: latest
- name: Uninstall cockpit
ansible.builtin.dnf:
name: cockpit
state: absent
autoremove: yes
- name: Enable QEMU guest agent service
ansible.builtin.systemd_service:
name: qemu-guest-agent