The usage of this repository is intendend to be a dev environment running in a container, installing all the necesary toolset without the limitation of the OS host running locally. Doing it in this way, you can run and work with your code independently your local envineront. Despite that you don't need to worry about install tools.
Here is the arquitecture
Use The Visual Studio Code Remote - Containers extension. You can download from Here
The extension starts (or attaches to) a development container running a well defined tool and runtime stack. Workspace files can be mounted into the container from the local file system, or copied or cloned into it once the container is running. Extensions are installed and run inside the container where they have full access to the tools, platform, and file system.
You then work with VS Code as if everything were running locally on your machine, except now they are separated inside a container.
Please follow the guides below to get started with Ansible Lightspeed.