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