6 Guidelines for creating custom source plugins for Event-Driven Ansible!

Опубликовано: 06 Октябрь 2024
на канале: Red Hat Ansible Automation
1,763
39

In this video, Colin dissects an example custom source plugin and talks through some rules that should guide the development of source plugins for Event-Driven Ansible.

If you would like to take a look at the example plugin, rulebook, and playbook featured in this video and test it for yourself: https://github.com/cloin/snow-demo-se...

0:00 Intro
2:21 #1: Entry-point
3:44 #2: Arguments
4:50 #3: Documentation
5:59 #4: Distribution
6:37 #5: Asynchronous code
9:03 #6: Testing plugins
10:52 Demo!

Event-Driven Ansible is a developer preview technology that executes automation in response to events from a variety of sources including webhook payload, kafka messages, and Azure Event Bus messages. Learn more here: https://www.ansible.com/event-driven