Skip to content

ansible/ansible-rulebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8734287 · Mar 19, 2025
Mar 17, 2025
Mar 19, 2025
Jan 17, 2025
Mar 19, 2025
Mar 27, 2023
Mar 18, 2025
Jun 23, 2023
May 23, 2024
Jul 19, 2022
Aug 28, 2024
Oct 10, 2023
Mar 12, 2025
Mar 17, 2025
Mar 11, 2025
Jun 29, 2022
Dec 2, 2022
Jun 1, 2023
Mar 13, 2025
Oct 10, 2023
Mar 11, 2025
Mar 11, 2025
Feb 15, 2023
Mar 11, 2025
Feb 22, 2023
Aug 28, 2024
Mar 11, 2025
Sep 27, 2024
Nov 22, 2024

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.

To find out how to join the community and get in touch, see the Getting in touch section of our docs. You can also find more information in the Ansible communication guide.

Credits

ansible-rulebook is sponsored by Red Hat, Inc.

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