Skip to content

Commit

Permalink
Add Ansible Galaxy information
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Jun 7, 2015
1 parent b0e3413 commit ce982ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) snmpd

[![Travis CI](http://img.shields.io/travis/debops/ansible-snmpd.svg?style=flat)](http://travis-ci.org/debops/ansible-snmpd) [![test-suite](http://img.shields.io/badge/test--suite-ansible--snmpd-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-snmpd/)
[![Travis CI](http://img.shields.io/travis/debops/ansible-snmpd.svg?style=flat)](http://travis-ci.org/debops/ansible-snmpd) [![test-suite](http://img.shields.io/badge/test--suite-ansible--snmpd-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-snmpd/) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-debops.snmpd-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/4068)

[SNMP](https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol) is
an universal protocol which can be used to monitor and manage networked
Expand All @@ -9,6 +9,17 @@ a Debian or Ubuntu host, which in turn can be used to monitor that host
resources like CPU utilization, memory and storage capacity, network usage
and more.

### Installation

This role requires at least Ansible `v1.8.0`. To install it, run:

ansible-galaxy install debops.snmpd

### Documentation

More information about `debops.snmpd` can be found in the
[official debops.snmpd documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-snmpd/docs/).


### Role dependencies

Expand Down
1 change: 1 addition & 0 deletions meta/ansigenome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ansigenome_info:
github_url: "https://github.com/debops/ansible-snmpd"
git_branch: "master"
galaxy_id: '4068'

travis: True

Expand Down

0 comments on commit ce982ad

Please sign in to comment.