v0.3.2
Ansible Collection: tribe29.checkmk
Installing locally
You can install this collection locally as follows, if you download
the tarball from this release:
ansible-galaxy collection install /path/to/tribe29-checkmk-0.3.2.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.3.2.tar.gz
type: file
Installing from the Galaxy
You can install the Checkmk collection with the Ansible Galaxy CLI:
ansible-galaxy collection install tribe29.checkmk
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:
- name: tribe29.checkmk
version: 0.3.2