new hypervisor role

This commit is contained in:
2023-08-09 15:49:23 +10:00
parent 1df2adffdb
commit 590a50cd1a
14 changed files with 9 additions and 30 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>