Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.54 KB

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.