Skip to content

Releases: Checkmk/ansible-collection-checkmk.general

Release v0.0.1

14 Feb 12:35
Compare
Choose a tag to compare
Release v0.0.1 Pre-release
Pre-release

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