docker-compose/meta/main.yml
Knut Ahlers 2b1114268c
Add support for archlinux
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-12 12:19:12 +02:00

44 lines
887 B
YAML

---
galaxy_info:
author: Knut Ahlers
description: |
Install 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.)
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: Debian
versions:
- jessie
- stretch
- name: Archlinux
versions: [all]
categories:
#- cloud
#- cloud:ec2
#- cloud:gce
#- cloud:rax
#- clustering
#- database
#- database:nosql
#- database:sql
#- development
#- monitoring
#- networking
#- packaging
- system
#- web
dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.