armbian-build/extensions/cloud-init/defaults/network-config
Rafael ad9e3a01c0
added cloud-init support (#6205)
* 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>
2024-01-30 18:41:29 +01:00

8 lines
106 B
Plaintext
Executable File

version: 2
ethernets:
all-ethernets:
dhcp4: true
optional: true
match:
name: "en*,eth*"