All Projects → tribe29 → ansible-checkmk

tribe29 / ansible-checkmk

Licence: other
Ansible integration of CheckMK

Programming Languages

python
139335 projects - #7 most used programming language
powershell
5483 projects

Projects that are alternatives of or similar to ansible-checkmk

aoscx-ansible-role
Ansible roles for AOS-CX switches
Stars: ✭ 15 (-71.15%)
Mutual labels:  ansible-roles
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (+44.23%)
Mutual labels:  ansible-roles
lykops
lykops是一套web可视化的运维自动化项目,基于python3+django开发的。可视化、简化执行ansible任务,并提供详细的任务执行报告。
Stars: ✭ 129 (+148.08%)
Mutual labels:  ansible-roles
ansible-raspbian
Ansible role for setting up a secure basic Raspbian environment with sensible defaults.
Stars: ✭ 54 (+3.85%)
Mutual labels:  ansible-roles
swiss-army
Ansible-driven configuration management for maintaining a preferred environment (base system and app dotfiles / configurations)
Stars: ✭ 44 (-15.38%)
Mutual labels:  ansible-roles
ovirt-ansible-collection
Ansible collection with official oVirt modules and roles
Stars: ✭ 53 (+1.92%)
Mutual labels:  ansible-roles
gilt
A GIT layering tool.
Stars: ✭ 70 (+34.62%)
Mutual labels:  ansible-roles
vagrant-alm
An excerpt of an ALM environment built on top of Vagrant, Libvirt and Ansible
Stars: ✭ 44 (-15.38%)
Mutual labels:  ansible-roles
linux-system-roles.github.io
Linux System Roles website
Stars: ✭ 18 (-65.38%)
Mutual labels:  ansible-roles
ansible-viz
Graph relationships between Ansible playbooks / roles / tasks / vars etc. via static analysis
Stars: ✭ 33 (-36.54%)
Mutual labels:  ansible-roles
offensive-infrastructure
Offensive Infrastructure with Modern Technologies
Stars: ✭ 88 (+69.23%)
Mutual labels:  ansible-roles
ansiblecheck
One Stop Solution For Checking Your Ansible Roles and Playbooks
Stars: ✭ 56 (+7.69%)
Mutual labels:  ansible-roles
RHEL7-CIS
Ansible RHEL 7 - CIS Benchmark Hardening Script
Stars: ✭ 28 (-46.15%)
Mutual labels:  ansible-roles
artifactory
Ansible role to install Artifactory, the Maven repository manager by JFrog.
Stars: ✭ 21 (-59.62%)
Mutual labels:  ansible-roles
ansible-st2
Ansible Roles and Playbooks to deploy StackStorm
Stars: ✭ 85 (+63.46%)
Mutual labels:  ansible-roles
ansible-roles
Here are some Ansible roles I have built for my own use.
Stars: ✭ 48 (-7.69%)
Mutual labels:  ansible-roles
ovirt-ansible
Ansible playbooks for ovirt management
Stars: ✭ 26 (-50%)
Mutual labels:  ansible-roles
Deploy
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 2,141 (+4017.31%)
Mutual labels:  ansible-roles
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+59.62%)
Mutual labels:  ansible-roles
rak8s
Stand up a Raspberry Pi based Kubernetes cluster with Ansible
Stars: ✭ 362 (+596.15%)
Mutual labels:  ansible-roles

Ansible roles and modules

This project is archived!

We archived this project in favor of our very own official Ansible Collection. We are confident, that it will deliver just as much value, as this project, while being up-to-date with the Ansible ecosystem.
See you on the other side!

Original README

checkmk already provides the needed APIs to automate the basic configuration of your monitoring. With this project we want to create and share roles and modules of ansible to simplify your first steps with ansible in combination with checkmk.

Getting started

At the beginning this project contains a simple playbook as an example, a hosts.ini and the needed roles to execute this playbook. Things to do for the first test run:

  • In each role: adjust the defaults, if needed. At the moment you still need to set the checkmk version manually.
  • In the host.ini: Fill it with your hosts and remove the examples
  • In the playbook: Find the tags to run the roles you want

Execute your playbook with a bunch of testhosts:

ansible-playbook -i hosts.ini ansible-example.yml --tags all

Further information to each role

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].