list_installed_roles
Retrieve a list of all Ansible roles installed on the Ludus server, including their details, for managing cyber range environments.
Instructions
List all installed Ansible roles on the Ludus server.
Uses the ludus CLI with --url when available for reliable remote access. Falls back to HTTP API if CLI is not available.
Returns: Dictionary with list of installed roles and their details
Example: result = await list_installed_roles() # Returns: {"installed_roles": [...], "count": 15}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||