Make libvirt more usable

This commit is contained in:
Timo Makinen 2020-09-23 22:59:59 +03:00
parent 67d7634b03
commit 25fb532e90

View file

@ -126,6 +126,19 @@
- libvirt - libvirt
- podman - podman
- virt-install - virt-install
- virt-manager
- name: configure libvirtd socket permissions
lineinfile:
path: /etc/libvirt/libvirtd.conf
regexp: "^#?unix_sock_group = .*"
line: 'unix_sock_group = "wheel"'
- name: enable libvirtd service
service:
name: libvirtd
enabled: true
state: started
- name: "configure mutt" - name: "configure mutt"
copy: copy: