Mern Stack playbook is in charge of installing and configuring a Mean Stack:
{
"frontend_git_repo": "[email protected]:user/front.git",
"key_name": "id_ed25519",
"backend_git_repo": "[email protected]:user/miapp.git",
"APP_MONGO_URI": "mongodb://127.0.0.1:27017/miapp",
"APP_PORT": "3000",
"APP_MAILER_PASS": "mongodb://mongodb:27017/miapp",
"APP_MAILER_MAIL": "[email protected]"
}