Skip to content

2352 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "web-6"
      ip: "183.6.154.249"
      os: "Ubuntu 22.04"
      cpu_cores: 8
      memory_gb: 8
      status: "running"
    }

    {
      hostname: "queue-2"
      ip: "148.16.33.31"
      os: "Amazon Linux 2023"
      cpu_cores: 2
      memory_gb: 8
      status: "running"
    }

    {
      hostname: "queue-7"
      ip: "36.22.21.187"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "cache-8"
      ip: "239.9.193.216"
      os: "Debian 12"
      cpu_cores: 8
      memory_gb: 64
      status: "maintenance"
    }
  ]
}

See Also