list_installed_roles
Retrieve all installed Ansible roles on the Ludus server to manage role inventory and deployment details for 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 | |||