Releases: Checkmk/ansible-collection-checkmk.general
Releases · Checkmk/ansible-collection-checkmk.general
Release v0.0.1
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