Event driven Ansible allows users to define rules and conditions that trigger Ansible automation. Rules can be triggered by events from sources like webhooks, alertmanager alerts, or new files. When a condition is met, actions like running a playbook or module are executed. This provides an event-based way to automatically fix and troubleshoot issues, similar to IFTTT for sysadmins. The event driven Ansible installation process and running a sample rule that executes a playbook in response to a webhook are demonstrated. While still in early development, the core functionality exists to build out event driven automation through defining sources, conditions, and actions in a rulebook.