list_yaml_examples
Retrieve ready-to-use YAML configuration examples for Ludus cyber range environments, including AD labs, SIEM integration, and web app security testing setups.
Instructions
List all available YAML configuration examples.
Returns ready-to-use YAML configuration examples that can be directly saved to a file and deployed with Ludus.
Available examples:
basic_ad: Basic AD lab with DC, workstations, and attacker
with_siem: AD lab with Wazuh SIEM for blue team training
web_app_lab: Web application security testing lab
Returns: Dictionary with example names and descriptions
Example: examples = await list_yaml_examples() # Then use get_yaml_example("basic_ad") to get the YAML content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||