aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nagios_client/README.md
blob: e04cb1871476f6ee3ccc96047c77258b00b7b021 (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
33
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
- name: configure host as a nagios client
  hosts: all
  roles:
    - role: nagios_client
      vars:
        nagios_ssh_pubkey: |
          ssh-ed25519 AAAA...
````