Externalize role
This commit is contained in:
commit
790bec29ab
14 changed files with 1154 additions and 0 deletions
12
vars/Debian_docker-ce.yml
Normal file
12
vars/Debian_docker-ce.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
docker_package_name:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- curl
|
||||
- software-properties-common
|
||||
- docker-ce
|
||||
docker_remove_packages_name:
|
||||
- docker-engine
|
||||
- docker.io
|
||||
docker_python_lib:
|
||||
- python3-docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue