File tree 2 files changed +7
-24
lines changed
2 files changed +7
-24
lines changed Original file line number Diff line number Diff line change 1
1
Nagios NRPE Server Config
2
2
=========
3
3
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.
5
7
6
8
Requirements
7
9
------------
Original file line number Diff line number Diff line change @@ -6,34 +6,15 @@ galaxy_info:
6
6
min_ansible_version : 1.2
7
7
platforms :
8
8
- name : Ubuntu
9
- # versions:
10
- # - all
11
- # - lucid
12
- # - maverick
13
- # - natty
14
- # - oneiric
15
- # - precise
16
- # - quantal
9
+ versions :
17
10
- raring
18
11
- saucy
19
12
- trusty
20
13
- name : Debian
21
- # versions:
22
- # - all
23
- # - etch
24
- # - lenny
14
+ versions :
25
15
- squeeze
26
16
- wheezy
27
- #
28
- # Below are all categories currently available. Just as with
29
- # the platforms above, uncomment those that apply to your role.
30
- #
31
17
categories :
32
- - monitoring
33
- - system
18
+ - monitoring
19
+ - system
34
20
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
-
You can’t perform that action at this time.
0 commit comments