diff --git a/misc/ubuntu20.04deploy/autoinstall/meta-data b/misc/ubuntu20.04deploy/autoinstall/meta-data new file mode 100644 index 00000000..e69de29b diff --git a/misc/ubuntu20.04deploy/autoinstall/user-data b/misc/ubuntu20.04deploy/autoinstall/user-data new file mode 100644 index 00000000..fc38b221 --- /dev/null +++ b/misc/ubuntu20.04deploy/autoinstall/user-data @@ -0,0 +1,12 @@ +#cloud-config +autoinstall: + version: 1 + early-commands: + - /custom-installation/pre.sh + late-commands: + - /custom-installation/post.sh + ssh: + install-server: true + user-data: + runcmd: + - /etc/confluent/firstboot.sh