Ansible-Bootstrap/roles/configuration/templates/network.j2

17 lines
230 B
Plaintext
Raw Normal View History

2024-03-19 23:02:50 +01:00
[connection]
id=LAN
uuid={{ net_uuid.stdout }}
type=ethernet
interface-name={{ net_inf.stdout }}
[ipv4]
address={{ vm_ip }},{{ vm_gw }}
dns={{ vm_dns }}
method=manual
[ipv6]
addr-gen-mode=stable-privacy
2024-03-19 23:02:50 +01:00
method=disabled
[proxy]