Is it possible to provision multiple user accounts (eg. security scanning accounts) during autoinstall? The primary account gets created with user-data:
identity: hostname: useful password: hash here0 realname: Super Guy username: ubuntu
Is there a way to create additional accounts?
Should this be handled in a post-install script? If so what is the best way to create the account without having password clear-text present? The useradd program doesn't seem to have an option for providing the password hash.