summaryrefslogtreecommitdiffstats
path: root/roles/network/templates/eth0-connection.nmconnection.j2
blob: b5cbe276fb9cbe096566703c00e824dee2e69a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[connection]
id=ethernet
type=ethernet
autoconnect=true
interface-name=eth0

[ethernet]

[ipv4]
method=auto

[ipv6]
addr-gen-mode=default
method=auto

[proxy]