createUserStep - ODEX-TOS/tos-installer-backend GitHub Wiki

A createuser is an execution step. This execution step takes as an argument a user name specified in the models section. It will create a user as defined in the model. Lets take a look at the yaml

models:
execution:
 - createuser: "alpha"

Creating a user should be happening in a chrooted environment since you want your new user there