Initial Commit

This commit is contained in:
2020-10-13 16:33:32 +13:00
commit d646952ef5
23 changed files with 429 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
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