Install Docker Compose Ansible Role
| name | type | default | description |
|---|---|---|---|
| ansible_unit_test | boolean | false | unit testing? |
| prefix_dir | string | "" | prefix directory for testing |
| docker_compose_arch | string | "Linux-x86_64" | |
| docker_compose_version | string | "latest" | |
| docker_compose_release_url | string | "https://github.com/docker/compose/releases/download" | |
| docker_compose_bin | string | "/usr/local/bin" | install path |
- Host: servers
connection: local
roles:
- role: tumf.docker-compose
docker_compose_version: 1.5.2
MIT
@tumf