This is a playground for Spindox Ansible course
This playground uses docker-compose to run, to use it first you need to install docker and docker-compose.
I suggest using Docker Desktop distribution, you can find the guides on the following links. This includes also Docker Compose.
For Linux systems, you can follow the guide linked here to install Docker, and then install Docker Compose using this guide.
Once you've installed and run Docker you can verify the installed versions running:
docker --version
and
docker-compose --version
If the commands both answer with the version number you're all set up!
Running this playground is a piece of cake, all you have to do is download the docker-compose.yaml file to a folder and then navigate to the folder and run
docker-compose up
Then you can launch your browser on http://localhost:8080 and use it!