Update meta information
This commit is contained in:
parent
1578eb74ba
commit
c76f40ba78
1 changed files with 37 additions and 3 deletions
|
@ -1,11 +1,45 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: sylvainar
|
author: sylvainar
|
||||||
description: Deploy Yunohost with Ansible
|
description: Deploy Yunohost with Ansible
|
||||||
|
|
||||||
license: GPL-v3
|
license: GPL-v3
|
||||||
|
|
||||||
min_ansible_version: 1.2
|
min_ansible_version: 1.2
|
||||||
|
|
||||||
galaxy_tags: [yunohost]
|
galaxy_tags: [yunohost]
|
||||||
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: GenericUNIX
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: opensuse
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Amazon
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: GenericBSD
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: FreeBSD
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: SLES
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: GenericLinux
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
categories:
|
||||||
|
- cloud
|
||||||
|
- web
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in a new issue