Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_iam

Automate AWS IAM role and policy management by listing, creating, or deleting resources. Integrate with Ansible MCP Server for streamlined AWS IAM operations.

Instructions

Manage AWS IAM roles and policies

Input Schema

NameRequiredDescriptionDefault
actionYes
assumeRolePolicyDocumentNo
managedPoliciesNo
nameNo
pathNo
policyDocumentNo
policyNameNo
regionYes
roleNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list_roles", "list_policies", "create_role", "create_policy", "delete_role", "delete_policy" ], "type": "string" }, "assumeRolePolicyDocument": {}, "managedPolicies": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "path": { "type": "string" }, "policyDocument": {}, "policyName": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "roleName": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }
Install Server

Other Tools from Ansible MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-ansible'

If you have feedback or need assistance with the MCP directory API, please join our Discord server