Skip to content

Commit

Permalink
Minor fix to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janneojala committed Mar 14, 2017
1 parent 4bde98d commit 454aca1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ NSClient++ [NSClient](https://https://www.nsclient.org//) role for Ansible

* `nsclient_settings_password`: [default: CHANGE_ON_INSTALL]: PASSWORD - Password used to authenticate againast server
* `nsclient_settings_allowed_hosts: [default: 127.0.0.1,::1]: ALLOWED HOSTS - A comaseparated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges.
* `nsclient_nrpe_ssloptions`: [default:
* `nsclient_nrpe_verify_mode`: [default:
* `nsclient_nrpe_insecure`: [default: false]:
* `nsclient_nrpe_allow_arguments`: [default: true]: COMMAND ARGUMENT PROCESSING - This option determines whether or not the we will allow clients to specify arguments to commands that are executed.
* `nsclient_nrpe_verify_mode`: [default: none]:
* `nsclient_nrpe_insecure`: [default: false]:
* `nsclient_nrpe_ssloptions`
* `nsclient_nrpe_verify_mode`
* `nsclient_nrpe_insecure`
* `nsclient_nrpe_allow_arguments`: COMMAND ARGUMENT PROCESSING - This option determines whether or not the we will allow clients to specify arguments to commands that are executed.
* `nsclient_nrpe_verify_mode`
* `nsclient_nrpe_insecure`
* `nsclient_modules_checkexternalscripts`: [default: 1]:
* `nsclient_modules_checkhelpers`: [default: 1]:
* `nsclient_modules_checkeventlog`: [default: 1]:
* `nsclient_modules_checknscp`: [default: 1]:
* `nsclient_modules_checkdisk`: [default: 1]:
* `nsclient_modules_checksystem`: [default: 1]:
* `nsclient_modules_nrpeserver`: [default: 1]:
* `nsclient_external_scripts_allow_arguments`: [default: true]:
* `nsclient_external_scripts_allow_arguments`
* `nsclient_external_scripts: []

## Dependencies
Expand All @@ -36,6 +36,9 @@ None
vars:
nsclient_settings_password: CHANGE_ON_INSTALL
nsclient_settings_allowed_hosts: 127.0.0.1,::1
nsclient_external_scripts:
- name: check_updates
command: cmd /c echo scripts/check_windows_updates.ps1; exit $LastExitCode | powershell.exe -command -

```

Expand Down

0 comments on commit 454aca1

Please sign in to comment.