feat: deploy gitea runner for org

This commit is contained in:
Ditmar Visser
2025-06-04 08:47:54 +00:00
commit 1556a4bec4
8 changed files with 153 additions and 0 deletions

16
opdracht-2/main.yml Normal file
View File

@@ -0,0 +1,16 @@
- name: Install Docker
hosts: localhost
connection: local
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
docker_users:
- student
pip_install_packages:
- name: docker
- name: requests
roles:
- geerlingguy.pip
- geerlingguy.docker
- gitea-runner