added docker install role

This commit is contained in:
2023-03-21 13:41:01 +01:00
parent 978543783e
commit f10ce105bc
2 changed files with 18 additions and 0 deletions

View File

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'