This commit is contained in:
nouchka 2019-01-09 09:27:47 +01:00
parent faf2f13fb5
commit 29d245456b
No known key found for this signature in database
GPG Key ID: CE33EAF5679B12A3

View File

@ -28,11 +28,19 @@ You can control whether the package is installed, uninstalled, or at the latest
Variables to control the state of the `docker` service, and whether it should start on boot. If you're installing Docker inside a Docker container without systemd or sysvinit, you should set these to `stopped` and set the enabled variable to `no`.
docker_install_compose: true
docker_compose_version: "1.22.0"
docker_compose_version: "1.23.2"
docker_compose_path: /usr/local/bin/docker-compose
docker_compose_completion_path: /etc/bash_completion.d/docker-compose
Docker Compose installation options.
docker_install_app: true
docker_app_version: "v0.6.0"
docker_app_path: /usr/local/bin/docker-app
docker_app_completion_path: /etc/bash_completion.d/docker-app
Docker App installation options.
docker_apt_release_channel: stable
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 }}"