> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Features variables

> Learn more about configurable environment variables that enable different features specific to Ansible, hostkeys, OpenTofu, and Python.

## GATEWAY\_FEATURES\_ANSIBLE\_ENABLED

Enables or disables all Ansible features. When you set this variable to `false`, the gateway disables the management of Ansible playbooks and the execution of Ansible services.

### Environment Variable

`GATEWAY_FEATURES_ANSIBLE_ENABLED`

### File

**Section:** `features`

**Key:** `ansible_enabled`

### Default

`true`

---

## GATEWAY\_FEATURES\_HOSTKEYS\_ENABLED

Enables or disables the hostkeys feature. When you set this variable to `false`, the gateway disables the hostkeys managment commands.

### Environment Variable

`GATEWAY_FEATURES_HOSTKEYS_ENABLED`

### File

**Section:** `features`

**Key:** `hostkeys_enabled`

### Default

`true`

---

## GATEWAY\_FEATURES\_MCP\_ENABLED

Gateway 5.5+

Enables or disables all FlowMCP Gateway features. `GATEWAY_FEATURES_MCP_ENABLED` defaults to `true`. MCP commands and endpoints are available without any additional configuration unless the flag has been explicitly disabled.

For more information, see [FlowMCP Gateway](./flowai/flowmcp-gateway/overview).

### Environment Variable

`GATEWAY_FEATURES_MCP_ENABLED`

### File

**Section:** `features`

**Key:** `mcp_enabled`

### Default

`true`

---

## GATEWAY\_FEATURES\_OPENTOFU\_ENABLED

Enables or disables all OpenTofu features. When you set this variable to `false`, the gateway disables the management of OpenTofu plans and the execution of OpenTofu services.

### Environment Variable

`GATEWAY_FEATURES_OPENTOFU_ENABLED`

### File

**Section:** `features`

**Key:** `opentofu_enabled`

### Default

`true`

---

## GATEWAY\_FEATURES\_PYTHON\_ENABLED

Enables or disables all Python features. When you set this variable to `false`, the gateway disables the management of Python scripts and the execution of Python services.

### Environment Variable

`GATEWAY_FEATURES_PYTHON_ENABLED`

### File

**Section:** `features`

**Key:** `python_enabled`

### Default

`true`