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:
|
||||
author: your name
|
||||
description: your description
|
||||
company: your company (optional)
|
||||
author: Lucas Costa Beyeler
|
||||
description: Developer and SysAdmin
|
||||
company: 4Linux - Open Software Specialists
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
|
|
@ -14,9 +14,9 @@ galaxy_info:
|
|||
# - GPLv3
|
||||
# - Apache
|
||||
# - 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.
|
||||
# min_ansible_container_version:
|
||||
|
|
@ -27,7 +27,7 @@ galaxy_info:
|
|||
# this branch. If Travis integration is configured, only notifications for this
|
||||
# branch will be accepted. Otherwise, in all cases, the repo's default branch
|
||||
# (usually master) will be used.
|
||||
#github_branch:
|
||||
github_branch: master
|
||||
|
||||
#
|
||||
# Below are all platforms currently available. Just uncomment the ones that apply
|
||||
|
|
@ -128,8 +128,8 @@ galaxy_info:
|
|||
# - 9.1
|
||||
# - 9.2
|
||||
# - 9.3
|
||||
#- name: Ubuntu
|
||||
# versions:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
# - all
|
||||
# - lucid
|
||||
# - maverick
|
||||
|
|
@ -139,11 +139,11 @@ galaxy_info:
|
|||
# - quantal
|
||||
# - raring
|
||||
# - saucy
|
||||
# - trusty
|
||||
- trusty
|
||||
# - utopic
|
||||
# - vivid
|
||||
# - wily
|
||||
# - xenial
|
||||
- xenial
|
||||
# - yakkety
|
||||
#- name: Debian
|
||||
# versions:
|
||||
|
|
@ -159,12 +159,12 @@ galaxy_info:
|
|||
# versions:
|
||||
# - all
|
||||
# - any
|
||||
#- name: EL
|
||||
# versions:
|
||||
- name: EL
|
||||
versions:
|
||||
# - all
|
||||
# - 5
|
||||
# - 6
|
||||
# - 7
|
||||
- 6
|
||||
- 7
|
||||
#- name: Windows
|
||||
# versions:
|
||||
# - all
|
||||
|
|
@ -210,7 +210,9 @@ galaxy_info:
|
|||
# - all
|
||||
# - Any
|
||||
|
||||
galaxy_tags: []
|
||||
galaxy_tags:
|
||||
- zimbra
|
||||
- monoserver
|
||||
# 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
|
||||
# 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.
|
||||
# Maximum 20 tags per role.
|
||||
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- ansible-commons
|
||||
# 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