Now that I got some understanding of the autoinstall, looking for more complex scenarios & unification for different server types. How do I mix autoinstall for engaging headless automated bare-metal installation with cloud-init for advanced configuration?
An answer to Installing packages via autoinstall vs user-data suggests inserting cloud-init into an autoinstall config like this:
#cloud-config
autoinstall:
version: 1
....
#now comes the cloud-init part:
user-data:
packages:
- sshfs
However, the autoinstall crashes with this.