self-hosting/roles/docker/defaults/main.yml
Paul-Henri Froidmont e0b240c7bd Install docker 18.06
2018-09-20 00:35:06 +02:00

7 lines
307 B
YAML

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
# Docker daemon config file
docker_daemon_config: /etc/docker/daemon.json
docker_version: 17.03.*