Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelpalacce/ansible-docker-compose
Installs docker compose using ansible on Linux
https://github.com/michaelpalacce/ansible-docker-compose
Last synced: 22 days ago
JSON representation
Installs docker compose using ansible on Linux
- Host: GitHub
- URL: https://github.com/michaelpalacce/ansible-docker-compose
- Owner: Michaelpalacce
- Created: 2021-06-03T05:57:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T06:34:25.000Z (over 3 years ago)
- Last Synced: 2024-11-06T15:59:59.335Z (2 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple ansible role that installs a given version of docker-compose
This package closely follows the guide at: https://docs.docker.com/compose/install/
# Supported variables
~~~
compose_version
~~~
Which version of docker-compose should you install?
Check out: https://github.com/docker/compose/releases
Defaults to: `/usr/bin`.~~~
docker_compose_symlink
~~~
Should a symlink be created?
Defaults to: `yes`.~~~
docker_compose_symlink_path
~~~
If `docker_compose_symlink` is set to true, then create a symlink to this path
Defaults to: `/usr/bin`.