mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-09 05:57:15 +03:00
Get installation working on CentOS, add Debian 8 test.
This commit is contained in:
@@ -3,3 +3,6 @@ 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"
|
||||
|
||||
# Used only for RedHat/CentOS.
|
||||
docker_yum_repo_version: 'main' # 'testing', 'beta', 'nightly'
|
||||
|
Reference in New Issue
Block a user