rakhmad / ansible-rulebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-rulebook

https://codecov.io/gh/ansible/ansible-rulebook/branch/main/graph/badge.svg?token=U1mIB6PI9I https://github.com/ansible/ansible-rulebook/actions/workflows/ci.yml/badge.svg?branch=main Documentation Status
  • Free software: Apache Software License 2.0

Event driven automation for Ansible.

The real world is full of events that change the state of our software and systems. Our automation needs to be able to react to those events. Introducing ansible-rulebook; a command line tool that allows you to recognize events that you care about and react accordingly by running a playbook or other actions.

Features

  • Connect to event streams and handle events in near real time.
  • Conditionally launch playbooks or Tower's job templates based on rules that match events in event streams.
  • Store facts about the world from data in events
  • Limit the hosts where playbooks run based on event data
  • Run smaller jobs that run more quickly by limiting the hosts where playbooks run based on event data

Installation

Please follow the Installation guide to install ansible-rulebook.

Documentation

Please refer to the Getting Started guide to get started with ansible-rulebook.

Contributing

We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions or need assistance, please reach out to our community team at codeofconduct@ansible.com

Refer to the Contributing guide to get started developing, reporting bugs or providing feedback.

Credits

ansible-rulebook is sponsored by Red Hat, Inc.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

License:Apache License 2.0


Languages

Language:Python 99.0%Language:Makefile 0.5%Language:Dockerfile 0.2%Language:Jinja 0.2%Language:Shell 0.1%Language:JavaScript 0.0%