Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 634 Bytes

Collection for Event-Driven Ansible

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

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.