Skip to content

Release v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 12:55
8021764

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.2.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.2.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.2.2