Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_elb

Manage AWS Elastic Load Balancers with Ansible MCP Server. Perform actions like listing, creating, or deleting load balancers, configure region, type, subnets, security groups, listeners, health checks, and tags.

Instructions

Manage AWS Elastic Load Balancers

Input Schema

NameRequiredDescriptionDefault
actionYes
healthCheckNo
lbTypeNoapplication
listenersNo
nameNo
regionYes
schemeNo
securityGroupsNo
subnetsNo
tagsNo
targetGroupsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "delete" ], "type": "string" }, "healthCheck": {}, "lbType": { "default": "application", "enum": [ "classic", "application", "network" ], "type": "string" }, "listeners": { "type": "array" }, "name": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "scheme": { "type": "string" }, "securityGroups": { "items": { "type": "string" }, "type": "array" }, "subnets": { "items": { "type": "string" }, "type": "array" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "targetGroups": { "type": "array" } }, "required": [ "action", "region" ], "type": "object" }

You must be authenticated.

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