Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_vpc

Automate AWS VPC management in Ansible by listing, creating, or deleting virtual private clouds, configuring subnets, DNS settings, and tags across specified regions.

Instructions

Manage AWS VPC networks

Input Schema

NameRequiredDescriptionDefault
actionYes
cidrBlockNo
dnsHostnamesNo
dnsSupportNo
nameNo
regionYes
subnetsNo
tagsNo
vpcIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "delete" ], "type": "string" }, "cidrBlock": { "type": "string" }, "dnsHostnames": { "type": "boolean" }, "dnsSupport": { "type": "boolean" }, "name": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "subnets": { "items": { "additionalProperties": false, "properties": { "az": { "type": "string" }, "cidr": { "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" } }, "required": [ "cidr" ], "type": "object" }, "type": "array" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "vpcId": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }

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