Initial commit
This commit is contained in:
18
roles/configuration/templates/network.j2
Normal file
18
roles/configuration/templates/network.j2
Normal file
@@ -0,0 +1,18 @@
|
||||
[connection]
|
||||
id=LAN
|
||||
uuid={{ net_uuid.stdout }}
|
||||
type=ethernet
|
||||
interface-name={{ net_inf.stdout }}
|
||||
|
||||
[ethernet]
|
||||
|
||||
[ipv4]
|
||||
address={{ vm_ip }},{{ vm_gw }}
|
||||
dns={{ vm_dns }}
|
||||
method=manual
|
||||
|
||||
[ipv6]
|
||||
addr-gen-mode=default
|
||||
method=disabled
|
||||
|
||||
[proxy]
|
||||
Reference in New Issue
Block a user