From 29d245456b9bd28403c514ad21961ef4bf7a6fc6 Mon Sep 17 00:00:00 2001 From: nouchka Date: Wed, 9 Jan 2019 09:27:47 +0100 Subject: [PATCH] add doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a49840..f6690c8 100644 --- a/README.md +++ b/README.md @@ -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 }}"