I need to deploy many systems with an ubuntu installation. I have an Ansible script that installs all the software I need, but before that I need to get ubuntu on these systems. So I want to create an image that automatically installs ubuntu with a specific user/password, ssh and one autorized ssh key in the .ssh folder. I have got this working with Cubic. But I still have to set an user and other settings before installing. How do I get rid of this wizard before installing?
When I create an droplet on digitialOcean I can insert this cloud init thing, I kinda want something similar.