Skip to content

346 - Server Inventory

Infrastructure server inventory. This is an example of a MAML document.

maml
{
  servers: [
    {
      hostname: "cache-5"
      ip: "226.117.10.88"
      os: "Amazon Linux 2023"
      cpu_cores: 2
      memory_gb: 32
      status: "stopped"
    }

    {
      hostname: "worker-1"
      ip: "5.111.154.8"
      os: "Debian 12"
      cpu_cores: 4
      memory_gb: 8
      status: "stopped"
    }

    {
      hostname: "api-1"
      ip: "13.51.230.239"
      os: "Amazon Linux 2023"
      cpu_cores: 2
      memory_gb: 16
      status: "running"
    }
  ]
}

See Also