From 8b6b69899d19dddb547186fdbef66a0aa0b83c3c Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Fri, 19 Sep 2014 16:25:56 +1000 Subject: [PATCH] Updating readme and meta Make it clear that this is beta, not ready for production, etc. --- README.md | 13 ++++++++----- meta/main.yml | 35 ++++++++--------------------------- 2 files changed, 16 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 225dd44..99fb222 100644 --- a/README.md +++ b/README.md @@ -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 ------------ @@ -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 karl@kgoetz.id.au; please +prefix the subject with 'ansible' or 'role'. + diff --git a/meta/main.yml b/meta/main.yml index c5c362c..085e562 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 @@ -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.