Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.62 KB

Collection for Event-Driven Ansible

This collection contains event source plugins, event filters and example rulebooks to be used with ansible-rulebook.

Requirements

  • ansible-rulebook >= 1.0.0
  • python >= 3.9
  • ansible >= 2.13

Install

Install the ansible.eda collection with the Ansible Galaxy CLI:

ansible-galaxy collection install ansible.eda

The python module dependencies are not installed by ansible-galaxy. They must be installed manually using pip:

pip install -r requirements.txt

Contributing

Please refer to the contributing guide for information about how you can contribute to the project.