I am wondering if it is possible to specify the UID/GID that the user that is created with cloud-init vm template images uses?
With my current setup when I use the VM template for an Ubuntu server it creates a user with uid 1000. I need this user to have UID of 3000 so I have to log in create another user with sudo, switch over, change the UID/GID of the first user, switch user again verify it changed then remove the second user.
I would love to find a simpler way to do this.
With my current setup when I use the VM template for an Ubuntu server it creates a user with uid 1000. I need this user to have UID of 3000 so I have to log in create another user with sudo, switch over, change the UID/GID of the first user, switch user again verify it changed then remove the second user.
I would love to find a simpler way to do this.