For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Itential Automation Gateway
    • Overview
    • Execution engine
    • Concepts
    • Feature comparison
        • Create certificates
        • Initial configuration
        • Configure gateway client
        • Configure client profiles
        • Create cluster in Gateway Manager
        • High availability clusters
        • Distributed execution clusters
          • Overview
          • Application variables
          • Client variables
          • Connect variables
          • Features variables
          • Log variables
          • Registry variables
          • Runner variables
          • Secrets variables
          • Server variables
          • Store variables
          • Terminal variables
      • Migrate inventory to IAG 5
    • IAG secret store
    • Inventory Manager
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • GATEWAY_TERMINAL_NO_COLOR
  • Environment Variable
  • File
  • Default
  • GATEWAY_TERMINAL_TIMESTAMP_TIMEZONE
  • Environment Variable
  • File
  • Default
  • Timezone Values
Itential Automation GatewayDeploy and manageConfigureConfiguration variables

Terminal variables

Was this page helpful?
Previous

Manage users and credentials

Next
Built with

GATEWAY_TERMINAL_NO_COLOR

Determines whether the console outputs and logs display in color.

Environment Variable

GATEWAY_TERMINAL_NO_COLOR

File

Section: terminal

Key: no_color

Default

false


GATEWAY_TERMINAL_TIMESTAMP_TIMEZONE

Sets the time zone for timestamps displayed in gateway terminal outputs such as when you run services. For example:

$iagctl run ansible-playbook hello-world
$
$Start Time: 2024-05-03T10:35:44-05:00
$End Time: 2024-05-03T10:35:46-05:00
$Elapsed Time: 2.276147s

Timezones are shown in UTC by default. When you set this to local, the gateway uses your machine’s timezone. You can also set a timezone (tz) identifier such as America/New_York.

Environment Variable

GATEWAY_TERMINAL_TIMESTAMP_TIMEZONE

File

Section: terminal

Key: timestamp_timezone

Default

utc

Timezone Values

["utc", "local", ...any tz identifier]