aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nagios_client/README.md
blob: fffa1bb26489ea1272edb78a8d5c090b1f9be7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Nagios Client
=============

Description
-----------

The `nagios_client` role creates the `nagios` user and installs Nagios plugins.


Variables
---------

This role **accepts** the following variables:

Variable                         | Default   | Description
---------------------------------|-----------|------------
`nagios_ssh_pubkey`              |      | SSH public key for `nagios` user


Usage
-----

Example playbook:

````yaml
- hosts: all
  roles:
    - role: nagios_client
      vars:
        nagios_ssh_pubkey: |
          ssh-ed25519 AAAA...
````