changed vars and defaults structure

This commit is contained in:
2023-06-03 00:58:13 +02:00
parent d3ea0dd111
commit 814eeca218
19 changed files with 225 additions and 78 deletions

View File

@@ -0,0 +1,18 @@
---
docker_deps:
- 'apt-transport-https'
- 'ca-certificates'
- 'gnupg2'
- 'pass'
- 'curl'
- 'software-properties-common'
- 'python3-pip'
- 'virtualenv'
- 'python3-setuptools'
docker_packages:
- 'docker-ce'
- 'docker-ce-cli'
- 'containerd.io'
- 'docker-buildx-plugin'
- 'docker-compose-plugin'