mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-06 00:35:33 +07:00
update virtualization tasks
This commit is contained in:
12
roles/common/templates/libvirt/jungle.xml.j2
Normal file
12
roles/common/templates/libvirt/jungle.xml.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
<network>
|
||||
<name>jungle</name>
|
||||
<uuid>da5ae4c3-5a65-43c2-a5b6-91cc4f8d4f1e</uuid>
|
||||
<bridge name='virbr1' stp='on' delay='0'/>
|
||||
<mac address='52:54:00:70:cc:05'/>
|
||||
<domain name='jungle'/>
|
||||
<ip address='192.168.123.1' netmask='255.255.255.0'>
|
||||
<dhcp>
|
||||
<range start='192.168.123.128' end='192.168.123.254'/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
</network>
|
||||
Reference in New Issue
Block a user