self-hosting/roles/docker/defaults/main.yml

5 lines
209 B
YAML
Raw Normal View History

2018-09-20 00:35:06 +02:00
docker_apt_key: https://download.docker.com/linux/ubuntu/gpg
docker_apt_repository: https://download.docker.com/linux/ubuntu
# Choose 'edge' 'stable' or 'testing' for docker channel
docker_apt_channel: stable