Skip to content

Release v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 12:35

Ansible Collection: tribe29.checkmk

You can install the Checkmk collection locally, if you download
the tarball from this release as follows:

ansible-galaxy collection install /path/to/tribe29-checkmk-0.0.1.tar.gz

You can also include it in a requirements.yml file and install it with
ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - source: /path/to/tribe29-checkmk-0.0.1.tar.gz
    type: file