You've already forked role-check-mk-agent
35 lines
791 B
Markdown
35 lines
791 B
Markdown
|
|
CheckMK Agent
|
||
|
|
=========
|
||
|
|
|
||
|
|
This role will download and install a CheckMK Updating agent from CheckMK Enterprise.
|
||
|
|
Also configurable to automatically add the host to CheckMK.
|
||
|
|
|
||
|
|
Requirements
|
||
|
|
------------
|
||
|
|
|
||
|
|
The only requirements for this role to function are a CheckMK Enterprise instance. Configured with a baked updating agent.
|
||
|
|
|
||
|
|
Role Variables
|
||
|
|
--------------
|
||
|
|
|
||
|
|
For all the configurable role variables please take a look in the [defaults](defaults/main.yml)
|
||
|
|
|
||
|
|
Dependencies
|
||
|
|
------------
|
||
|
|
|
||
|
|
This role is not dependant on any other.
|
||
|
|
|
||
|
|
Example Playbook
|
||
|
|
----------------
|
||
|
|
|
||
|
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
||
|
|
|
||
|
|
- hosts: servers
|
||
|
|
roles:
|
||
|
|
- { role: username.rolename, x: 42 }
|
||
|
|
|
||
|
|
License
|
||
|
|
-------
|
||
|
|
|
||
|
|
MIT
|