Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Updating readme and meta
Browse files Browse the repository at this point in the history
Make it clear that this is beta, not ready for production, etc.
  • Loading branch information
goetzk committed Sep 19, 2014
1 parent 29550d2 commit 8b6b698
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Role Name
=========
Shinken
=======

A brief description of the role goes here.
This role is to install Shinken and configure your hosts and services.
Currently at an early stage and not quite ready for other peoples networks.

Requirements
------------
Expand Down Expand Up @@ -30,9 +31,11 @@ Including an example of how to use your role (for instance, with variables passe
License
-------

BSD
GPL2+

Author Information
------------------

An optional section for the role authors to include contact information, or a website (HTML is not allowed).
Issues or feedback can be reported to the author at [email protected]; please
prefix the subject with 'ansible' or 'role'.

35 changes: 8 additions & 27 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
galaxy_info:
author: your name
description:
company: your company (optional)
# Some suggested licenses:
# - BSD (default)
# - MIT
# - GPLv2
# - GPLv3
# - Apache
# - CC-BY
license: license (GPLv2, CC-BY, etc)
author: Karl Goetz
description: Configure Shinken to monitor your network
# company: your company (optional)
license: GPLv2
min_ansible_version: 1.2
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
#platforms:
platforms:
#- name: EL
# versions:
# - all
Expand Down Expand Up @@ -101,21 +94,9 @@ galaxy_info:
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
#
#categories:
#- cloud
#- cloud:ec2
#- cloud:gce
#- cloud:rax
#- clustering
#- database
#- database:nosql
#- database:sql
#- development
#- monitoring
#- networking
#- packaging
#- system
#- web
categories:
- monitoring
- system
dependencies: []
# List your role dependencies here, one per line. Only
# dependencies available via galaxy should be listed here.
Expand Down

0 comments on commit 8b6b698

Please sign in to comment.