-[local.yml](./local.yml): The main playbook file, can be seen as the entry point
-[roles](./roles): Contains multiple roles (can be seen as small task specific playbooks). The
roles are called in the [local.yml](./local.yml)
-[git-clone](./roles/git-clone/tasks/main.yml): Clone the [ai-at-the-edge](https://code.fbi.h-da.de/pse-ai-at-the-edge/ai-at-the-edge) repository into the notebooks directory
-[jupyter-lab](./roles/jupyter-lab/tasks/main.yml): Install jupyter-lab and configure it with a systemd service and autostart
-[misc-applications](./roles/misc-applications/tasks/main.yml): Install additional extra applications
-[ml-python-packages](./roles/ml-python-packages/tasks/main.yml): Install the machine learning python packages
-[local-mdbook](./roles/local-mdbook/tasks/main.yml): Download the lastest version of the [deployed mdbook](https://pse-ai-at-the-edge.h-da.io/ai-at-the-edge/) documentation