Skip to content

Commit 8b8867b

Browse files
author
Mooash
committed
Fixing meta
1 parent 796bfac commit 8b8867b

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Nagios NRPE Server Config
22
=========
33

4-
A Ansible role to handle the installation and rollout of the Nagios NRPE Daemon
4+
A Ansible role to handle the installation and rollout of the Nagios NRPE Daemon.
5+
6+
I've only selected certain platforms that I know this 100% works on, but it will work on any platform that NRPE can be installed on.
57

68
Requirements
79
------------

meta/main.yml

+4-23
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,15 @@ galaxy_info:
66
min_ansible_version: 1.2
77
platforms:
88
- name: Ubuntu
9-
# versions:
10-
# - all
11-
# - lucid
12-
# - maverick
13-
# - natty
14-
# - oneiric
15-
# - precise
16-
# - quantal
9+
versions:
1710
- raring
1811
- saucy
1912
- trusty
2013
- name: Debian
21-
# versions:
22-
# - all
23-
# - etch
24-
# - lenny
14+
versions:
2515
- squeeze
2616
- wheezy
27-
#
28-
# Below are all categories currently available. Just as with
29-
# the platforms above, uncomment those that apply to your role.
30-
#
3117
categories:
32-
- monitoring
33-
- system
18+
- monitoring
19+
- system
3420
dependencies: []
35-
# List your role dependencies here, one per line. Only
36-
# dependencies available via galaxy should be listed here.
37-
# Be sure to remove the '[]' above if you add dependencies
38-
# to this list.
39-

0 commit comments

Comments
 (0)