dastergon / wheel-of-misfortune

A role-playing game for incident management training

Home Page:https://dastergon.gr/wheel-of-misfortune/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: Add templating for incident scenarios

dgzlopes opened this issue · comments

For example:

"ID": "5",
"title": "Incident 5",
"difficulty": "3",
"database": ["Redis","MySQL","MongoDB"],
"scenario": "You've received an alert that your {{ database }} server is killed..."

I would love to use the same incident scenario but with some random bits each time (eg. technologies, tools, zones, regions...). I'm thinking about some kind of basic templating, like the one in the example.