* added cloud-init support * removed compymods, not required for our use case and not available in all distributions * using space instead of tabs * added template with typical use-cases and link to docs * typo --------- Co-authored-by: rafael <rvalle@privaz.io>
8 lines
106 B
Plaintext
Executable File
8 lines
106 B
Plaintext
Executable File
version: 2
|
|
ethernets:
|
|
all-ethernets:
|
|
dhcp4: true
|
|
optional: true
|
|
match:
|
|
name: "en*,eth*"
|