Allow access for VMs (virtiofs), support new hardware.
This commit is contained in:
parent
ec7b77411b
commit
396a91fb40
3 changed files with 9 additions and 2 deletions
|
@ -18,6 +18,13 @@
|
|||
autoremove: true
|
||||
when: ansible_distribution_release == 'bookworm'
|
||||
|
||||
- name: install squid
|
||||
apt:
|
||||
name:
|
||||
- squid
|
||||
state: latest
|
||||
autoremove: true
|
||||
|
||||
- name: allow all users to use VMs
|
||||
lineinfile:
|
||||
dest: /etc/libvirt/libvirtd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue