Skip to content

Plugin System

The Plugin System is where you create, discover, and manage the Ansible plugins that power scenario builds. Plugins are reusable automation blocks — each one configures a specific service, tool, or capability on a virtual machine.

Building a plugin follows four phases, shown on the Plugin Dev homepage:

PhaseWhat You Do
CreateWrite Ansible YAML, define parameters, set dependencies
TestAdd the plugin to a scenario, launch a build, verify it works
PublishLock the version, set permissions, make it available to others
IterateClone to a new version or new plugin, improve, and republish