summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks/templates/virsh_pool.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/playbooks/templates/virsh_pool.xml.j2')
-rw-r--r--lib/ansible/playbooks/templates/virsh_pool.xml.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ansible/playbooks/templates/virsh_pool.xml.j2 b/lib/ansible/playbooks/templates/virsh_pool.xml.j2
new file mode 100644
index 00000000..f6ea498a
--- /dev/null
+++ b/lib/ansible/playbooks/templates/virsh_pool.xml.j2
@@ -0,0 +1,6 @@
+<pool type='dir'>
+ <name>default</name>
+ <target>
+ <path>/var/lib/libvirt/images</path>
+ </target>
+</pool>