initial commit

This commit is contained in:
2024-12-19 22:09:56 +01:00
commit 3715c77f38
14 changed files with 453 additions and 0 deletions

7
vars/python2.yml Normal file
View File

@@ -0,0 +1,7 @@
---
docker_apt_python_dependencies:
- python
- python-pip
- python-backports.ssl-match-hostname
docker_pip_executable: pip2

5
vars/python3.yml Normal file
View File

@@ -0,0 +1,5 @@
---
docker_apt_python_dependencies:
- python3
- python3-pip
- python3-docker