Some meta-data to differentiate the role from other Ansible roles.
This commit is contained in:
parent
e8a243ef14
commit
d0083fd476
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: your name
|
||||
author: Dorian Pula
|
||||
description:
|
||||
company: your company (optional)
|
||||
company: Amber Penguin Software
|
||||
# Some suggested licenses:
|
||||
# - BSD (default)
|
||||
# - MIT
|
||||
|
@ -10,8 +10,8 @@ galaxy_info:
|
|||
# - GPLv3
|
||||
# - Apache
|
||||
# - CC-BY
|
||||
license: license (GPLv2, CC-BY, etc)
|
||||
min_ansible_version: 1.2
|
||||
license: AGPLv3
|
||||
min_ansible_version: 1.6
|
||||
#
|
||||
# Below are all platforms currently available. Just uncomment
|
||||
# the ones that apply to your role. If you don't see your
|
||||
|
@ -69,7 +69,7 @@ galaxy_info:
|
|||
# - 9.1
|
||||
# - 9.1
|
||||
# - 9.2
|
||||
#- name: Ubuntu
|
||||
- name: Ubuntu
|
||||
# versions:
|
||||
# - all
|
||||
# - lucid
|
||||
|
@ -79,8 +79,8 @@ galaxy_info:
|
|||
# - precise
|
||||
# - quantal
|
||||
# - raring
|
||||
# - saucy
|
||||
# - trusty
|
||||
- saucy
|
||||
- trusty
|
||||
#- name: SLES
|
||||
# versions:
|
||||
# - all
|
||||
|
@ -105,7 +105,7 @@ galaxy_info:
|
|||
# Below are all categories currently available. Just as with
|
||||
# the platforms above, uncomment those that apply to your role.
|
||||
#
|
||||
#categories:
|
||||
categories:
|
||||
#- cloud
|
||||
#- cloud:ec2
|
||||
#- cloud:gce
|
||||
|
@ -114,12 +114,12 @@ galaxy_info:
|
|||
#- database
|
||||
#- database:nosql
|
||||
#- database:sql
|
||||
#- development
|
||||
- development
|
||||
#- monitoring
|
||||
#- networking
|
||||
#- packaging
|
||||
#- system
|
||||
#- web
|
||||
- web
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Only
|
||||
# dependencies available via galaxy should be listed here.
|
||||
|
|
Loading…
Reference in New Issue