Install Runtimes & Containers
install_runtimesCreates an idempotent plan for installing Node.js (dynamic version), PM2, Docker Engine, and Docker Compose on Debian, RHEL, or Alpine Linux.
Instructions
Generates an idempotent provisioning plan to install Node.js (dynamic version), PM2, Docker Engine, and Docker Compose plugin across Debian, RHEL, and Alpine Linux distributions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install_node | No | Set to true to install Node.js and PM2 | |
| node_version | No | Node.js major version to install (e.g., '18', '20', '22'). Defaults to '22' if omitted. | |
| install_docker | No | Set to true to install Docker Engine and Docker Compose plugin |