mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-09 05:57:15 +03:00
Initial commit.
This commit is contained in:
5
defaults/main.yml
Normal file
5
defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
docker_package: "docker-engine"
|
||||
|
||||
# Used only for Debian/Ubuntu. Add 'testing' if you don't want stable.
|
||||
docker_apt_repository: "deb https://apt.dockerproject.org/repo {{ ansible_distribution|lower }}-{{ ansible_distribution_release }} main"
|
Reference in New Issue
Block a user