Make libvirt more usable
This commit is contained in:
parent
67d7634b03
commit
25fb532e90
1 changed files with 13 additions and 0 deletions
13
deploy.yml
13
deploy.yml
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue