get_common_galaxy_roles
Retrieve curated Ansible Galaxy roles for security lab scenarios. Provides categorized roles with descriptions and usage examples to simplify deployment in Ludus cyber range environments.
Instructions
Get a list of commonly used Ansible Galaxy roles for Ludus scenarios.
Returns a curated list of Galaxy roles that are frequently used in security lab scenarios, along with their descriptions and example usage.
Returns: Dictionary of common roles organized by category
Example: roles = await get_common_galaxy_roles() # Then install what you need: await install_galaxy_role(role_name="geerlingguy.docker")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||