mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
Install latest docker-compose on a host and start it as a systemd service
Knut Ahlers
1b54459c12
This enables users of this role to execute `docker-compose stop` instead of `docker-compose down` on shutdown and speed up the startup. For full discussion leading to this see: https://git.io/vpIOy Thanks @EugenMayer for the suggestion! Signed-off-by: Knut Ahlers <knut@ahlers.me> |
||
---|---|---|
defaults | ||
meta | ||
tasks | ||
templates | ||
History.md | ||
LICENSE | ||
README.md |
luzifer-ansible / docker-compose
This role installs latest docker-compose on a host and start it as a systemd daemon (it does not take care about installing Docker itself so this needs to be done before by some other role or external functionality.)
Requirements
- Debian >= 8 (jessie)
- Ubuntu >= 16.04 (xenial)
- Docker
Usage
See the Ansible Galaxy Intro for usage of roles within Ansible Galaxy.