Introduction
The Replicated installer script for Terraform Enterprise (TFE) accepts a number of flags that can modify the installation behavior.
The disable-replicated-host-networking flag can be passed to disable exposing most Replicated ports on the host network, excluding the Replicated UI, Replicated Registry, and Graphite ports. Disabling these ports can be useful for security-sensitive installations that need to minimize their network footprint.
Procedure
Execute the installation script with the disable-replicated-host-networking flag on the Terraform Enterprise host.
$ ./install.sh disable-replicated-host-networking <... additional flags ...>
Additional Information
Please see Replicated’s installing via script documentation for full details.