Ansible playbook and scripts
The script run.sh will:
- Create a python venv with the required dependencies
- Activate that venv and install Ansible dependencies from the file requirements.yml
- Run the main playbook
The playbook only works if a proper configuration file exists in configs/${HOSTNAME}.yml.
Additional manual configuration lives under the manual folder.