1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 20:35:41 +07:00
ansible-setup/roles/common/files/libvirt/jungle.xml
2022-07-07 12:06:50 +07:00

13 lines
350 B
XML

<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>