Skip to content

Instantly share code, notes, and snippets.

View robin-checkmk's full-sized avatar
💻
Monitor all the things!

Robin Gierse robin-checkmk

💻
Monitor all the things!
View GitHub Profile
@robin-checkmk
robin-checkmk / cc.yml
Last active August 31, 2022 15:51
cc.yml from the Community Call about the Checkmk Ansible collection
- name: "Community Call - Roles."
hosts: localhost
gather_facts: true
vars_files:
- ./vars/config.yml
tasks:
- name: "Run server role."
ansible.builtin.import_role:
name: tribe29.checkmk.server
@robin-checkmk
robin-checkmk / yt.yml
Created August 17, 2022 08:09
yt.yml from the Checkmk Ansible collection introduction
- name: "Roles."
hosts: localhost
gather_facts: true
vars_files:
- ./vars/config.yml
tasks:
- name: "Run server role."
ansible.builtin.import_role:
name: tribe29.checkmk.server