Install latest docker-compose on a host and start it as a systemd service
Go to file
Knut Ahlers 5edb7e5e38
Remove deprecated option --parallel
docker-compose 1.21.0 deprecated the flag as it is now the default
behaviour. This change removes the flag and therefore the deprecation
warning from the logs

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-12 23:35:36 +02:00
defaults Rename variable to prevent name collisions 2017-12-27 13:42:23 +01:00
meta Initial import as galaxy role 2017-09-14 11:10:19 +02:00
tasks Remove deprecated option --parallel 2018-04-12 23:35:36 +02:00
templates Rename variable to prevent name collisions 2017-12-27 13:42:23 +01:00
History.md prepare release v1.2.0 2018-03-19 16:10:08 +01:00
LICENSE Add LICENSE 2017-12-12 22:03:19 +01:00
README.md Initial import as galaxy role 2017-09-14 11:10:19 +02:00

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.