From 363f9bfadf52fed2e83ea22f506758c26163ac5b Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 14 Feb 2023 20:22:16 -0500 Subject: add docs for invidious, nagios --- roles/nagios_client/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 roles/nagios_client/README.md (limited to 'roles/nagios_client') diff --git a/roles/nagios_client/README.md b/roles/nagios_client/README.md new file mode 100644 index 0000000..fffa1bb --- /dev/null +++ b/roles/nagios_client/README.md @@ -0,0 +1,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... +```` -- cgit