https://github.com/ccamacho/eda
https://github.com/ccamacho/eda
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccamacho/eda
- Owner: ccamacho
- License: apache-2.0
- Created: 2023-06-20T07:53:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T10:57:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T08:45:44.352Z (5 months ago)
- Language: Python
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Collection for Event-Driven Ansible
This collection contains event source plugins, event filters and example rulebooks to be used with [ansible-rulebook](https://ansible-rulebook.readthedocs.io/en/stable/).
## 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](./CONTRIBUTING.md) for information about how you can contribute to the project.