Skip to content

353 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "api-4"
      ip: "67.116.78.180"
      os: "Amazon Linux 2023"
      cpu_cores: 16
      memory_gb: 4
      status: "maintenance"
    }

    {
      hostname: "web-4"
      ip: "200.111.26.153"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 64
      status: "maintenance"
    }

    {
      hostname: "api-6"
      ip: "180.132.13.245"
      os: "Ubuntu 22.04"
      cpu_cores: 8
      memory_gb: 64
      status: "running"
    }
  ]
}

See Also