mirror of
https://github.com/luzifer-ansible/deploy-git.git
synced 2024-11-08 13:20:01 +00:00
40 lines
720 B
YAML
40 lines
720 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: Knut Ahlers
|
||
|
description: |
|
||
|
Checkout git repositories to a remote machine and if defined run
|
||
|
pre- and post-commands
|
||
|
|
||
|
license: Apache
|
||
|
min_ansible_version: 2.3
|
||
|
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- xenial
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- jessie
|
||
|
- stretch
|
||
|
|
||
|
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.
|