* Fixed caddy Containerfile version error

* Added qemu-kvm, libvirt, cockpit-machines, etc
* Enabled libvirtd service
This commit is contained in:
b0xxer
2025-04-09 12:13:30 -05:00
parent e71fef338a
commit 0a3e693a08
3 changed files with 16 additions and 2 deletions
+9
View File
@@ -70,6 +70,15 @@
state: started
enabled: true
tags: config
- name: Enable libvirtd Service
become: true
become_method: sudo
ansible.builtin.systemd_service:
name: libvirtd
state: started
enabled: true
tags: config
- name: Enable mdns in Firewall
become: true