mirror of https://github.com/lucascbeyeler/zimbra
Updating meta file for Ansible-Galaxy
This commit is contained in:
parent
b5c0279519
commit
d75568e419
|
|
@ -1,7 +1,7 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: your name
|
author: Lucas Costa Beyeler
|
||||||
description: your description
|
description: Developer and SysAdmin
|
||||||
company: your company (optional)
|
company: 4Linux - Open Software Specialists
|
||||||
|
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
|
|
@ -14,9 +14,9 @@ galaxy_info:
|
||||||
# - GPLv3
|
# - GPLv3
|
||||||
# - Apache
|
# - Apache
|
||||||
# - CC-BY
|
# - CC-BY
|
||||||
license: license (GPLv2, CC-BY, etc)
|
license: GPLv3
|
||||||
|
|
||||||
min_ansible_version: 1.2
|
min_ansible_version: 2.2
|
||||||
|
|
||||||
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
||||||
# min_ansible_container_version:
|
# min_ansible_container_version:
|
||||||
|
|
@ -27,7 +27,7 @@ galaxy_info:
|
||||||
# this branch. If Travis integration is configured, only notifications for this
|
# this branch. If Travis integration is configured, only notifications for this
|
||||||
# branch will be accepted. Otherwise, in all cases, the repo's default branch
|
# branch will be accepted. Otherwise, in all cases, the repo's default branch
|
||||||
# (usually master) will be used.
|
# (usually master) will be used.
|
||||||
#github_branch:
|
github_branch: master
|
||||||
|
|
||||||
#
|
#
|
||||||
# Below are all platforms currently available. Just uncomment the ones that apply
|
# Below are all platforms currently available. Just uncomment the ones that apply
|
||||||
|
|
@ -128,8 +128,8 @@ galaxy_info:
|
||||||
# - 9.1
|
# - 9.1
|
||||||
# - 9.2
|
# - 9.2
|
||||||
# - 9.3
|
# - 9.3
|
||||||
#- name: Ubuntu
|
- name: Ubuntu
|
||||||
# versions:
|
versions:
|
||||||
# - all
|
# - all
|
||||||
# - lucid
|
# - lucid
|
||||||
# - maverick
|
# - maverick
|
||||||
|
|
@ -139,11 +139,11 @@ galaxy_info:
|
||||||
# - quantal
|
# - quantal
|
||||||
# - raring
|
# - raring
|
||||||
# - saucy
|
# - saucy
|
||||||
# - trusty
|
- trusty
|
||||||
# - utopic
|
# - utopic
|
||||||
# - vivid
|
# - vivid
|
||||||
# - wily
|
# - wily
|
||||||
# - xenial
|
- xenial
|
||||||
# - yakkety
|
# - yakkety
|
||||||
#- name: Debian
|
#- name: Debian
|
||||||
# versions:
|
# versions:
|
||||||
|
|
@ -159,12 +159,12 @@ galaxy_info:
|
||||||
# versions:
|
# versions:
|
||||||
# - all
|
# - all
|
||||||
# - any
|
# - any
|
||||||
#- name: EL
|
- name: EL
|
||||||
# versions:
|
versions:
|
||||||
# - all
|
# - all
|
||||||
# - 5
|
# - 5
|
||||||
# - 6
|
- 6
|
||||||
# - 7
|
- 7
|
||||||
#- name: Windows
|
#- name: Windows
|
||||||
# versions:
|
# versions:
|
||||||
# - all
|
# - all
|
||||||
|
|
@ -210,7 +210,9 @@ galaxy_info:
|
||||||
# - all
|
# - all
|
||||||
# - Any
|
# - Any
|
||||||
|
|
||||||
galaxy_tags: []
|
galaxy_tags:
|
||||||
|
- zimbra
|
||||||
|
- monoserver
|
||||||
# List tags for your role here, one per line. A tag is a keyword that describes
|
# List tags for your role here, one per line. A tag is a keyword that describes
|
||||||
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
||||||
# remove the '[]' above, if you add tags to this list.
|
# remove the '[]' above, if you add tags to this list.
|
||||||
|
|
@ -218,6 +220,7 @@ galaxy_info:
|
||||||
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
||||||
# Maximum 20 tags per role.
|
# Maximum 20 tags per role.
|
||||||
|
|
||||||
dependencies: []
|
dependencies:
|
||||||
|
- ansible-commons
|
||||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||||
# if you add dependencies to this list.
|
# if you add dependencies to this list.
|
||||||
Loading…
Reference in New Issue