hypervisor refinement

This commit is contained in:
2023-08-11 10:52:27 +10:00
parent 2769a3430b
commit 8f22f5429a
13 changed files with 178 additions and 91 deletions

View File

@ -0,0 +1,4 @@
<network>
<name>{{ libvirt_network_name }}</name>
<domain name="{{ libvirt_network_domain }}"/>
</network>

View File

@ -0,0 +1,9 @@
<pool type="{{ libvirt_pool_type }}">
<name>{{ libvirt_pool_name }}</name>
<source>
<name>{{ libvirt_pool_source }}</name>
</source>
<target>
<path>{{ libvirt_pool_target }}</path>
</target>
</pool>