Martin Polreich | e059208 | 2017-05-15 12:32:11 +0200 | [diff] [blame] | 1 | libvirt: |
2 | server: | ||||
3 | enabled: true | ||||
4 | virtualizations: | ||||
5 | - kvm | ||||
6 | network: | ||||
7 | default: | ||||
8 | ensure: absent | ||||
9 | pool: | ||||
10 | virtimages: | ||||
11 | type: dir | ||||
12 | path: /var/lib/libvirt/images | ||||
13 | xml: | | ||||
14 | <pool type="dir"> | ||||
15 | <name>virtimages</name> | ||||
16 | <target> | ||||
17 | <path>/var/lib/libvirt/images</path> | ||||
18 | </target> | ||||
19 | </pool> | ||||
20 | virtimages2: | ||||
21 | ensure: absent | ||||
22 | type: dir | ||||
23 | path: /var/lib/libvirt/images2 | ||||
24 | xml: | | ||||
25 | <pool type="dir"> | ||||
26 | <name>virtimages2</name> | ||||
27 | <target> | ||||
28 | <path>/var/lib/libvirt/images2</path> | ||||
29 | </target> | ||||
30 | </pool> |