A menu-driven game that walks you through a form setting up some infrastructure decisions based on previous answers.
In the interest of simply getting the idea out there, but at the same time to put some constraints on something in the works for a few years, a TUI was chosen.
The only thing you will need is a form of dialog installed. For example, the
shell version on Ubuntu:
sudo apt install -y dialogNote: Dialog is typically installed on most Linux distros by default, though
xdialogandkdialogare also options.gdialog(Zenity) appears to be just different enough to not be usable without a port. On macOS,brew install dialogwill suffice.
To play the game: clone this repo, cd choose_devops, ./game.sh
