Common: Network setup
This commit is contained in:
19
coreos-config/plays/templates/connection.nmconnection.j2
Normal file
19
coreos-config/plays/templates/connection.nmconnection.j2
Normal file
@ -0,0 +1,19 @@
|
||||
[connection]
|
||||
id=Wired connection 1
|
||||
uuid=18c78ff6-605e-33c6-89b3-24bb1630d2b2
|
||||
type=ethernet
|
||||
autoconnect-priority=-999
|
||||
interface-name={{ network_interface | mandatory }}
|
||||
timestamp=1693314040
|
||||
|
||||
[ethernet]
|
||||
|
||||
[ipv4]
|
||||
ignore-auto-dns=true
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
addr-gen-mode=default
|
||||
address1={{ network_ipv6_addr | mandatory }}/64,fe80::1
|
||||
ignore-auto-dns=true
|
||||
method=manual
|
Reference in New Issue
Block a user