update
This commit is contained in:
parent
1110cf573c
commit
0e46b7c6be
32 changed files with 799 additions and 0 deletions
12
ansible/scripts/configure_qemu.yml
Normal file
12
ansible/scripts/configure_qemu.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: set default network
|
||||
shell: "{{ item }}"
|
||||
with_items:
|
||||
- "virsh net-start default"
|
||||
- "virsh net-autostart default"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: add user to libvirt
|
||||
user:
|
||||
name: user
|
||||
groups: libvirt,libvirt-qemu,kvm,input,disk
|
||||
append: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue