get_role_info
Retrieve installation details and requirements for specific roles in Ludus cyber range environments using the ludus CLI without SSH access.
Instructions
Get information about a specific role, including installation method and requirements.
Uses the ludus CLI with --url when available for reliable remote access. No SSH required for checking role information.
Args: role_name: Name of the role to get information about
Returns: Dictionary with role information, installation method, and instructions
Example: # Get info about a Galaxy role info = await get_role_info(role_name="badsectorlabs.ludus_adcs")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_name | Yes |