Skip to content

750 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "web-6"
      ip: "0.8.111.255"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 8
      status: "maintenance"
    }

    {
      hostname: "web-8"
      ip: "252.103.211.221"
      os: "Debian 12"
      cpu_cores: 4
      memory_gb: 16
      status: "maintenance"
    }

    {
      hostname: "worker-5"
      ip: "190.193.75.116"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 4
      status: "maintenance"
    }
  ]
}

See Also