ansible / event-driven-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Python 97.7%Language:Shell 2.3%Language:HTML 0.0%