update README

This commit is contained in:
Raphael Kastner 2019-10-28 13:05:06 +01:00
parent 1c4430f612
commit 81aa895b53

View File

@ -37,8 +37,9 @@ Docker Compose installation options.
docker_apt_arch: amd64
docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
docker_apt_ignore_key_error: True
docker_apt_version: "5:18.09"
(Used only for Debian/Ubuntu.) You can switch the channel to `edge` if you want to use the Edge release.
(Used only for Debian/Ubuntu.) You can switch the channel to `edge` if you want to use the Edge release. If you need to pin the docker version you can set docker_apt_version. It defaults to the latest available though.
docker_yum_repo_url: https://download.docker.com/linux/centos/docker-{{ docker_edition }}.repo
docker_yum_repo_enable_edge: 0