Skip to content

Server Template

A Server Template bundles a set of policies and pools into a reusable profile that can be applied to multiple servers. Changes made to the template automatically propagate to all derived server profiles, enabling consistent configuration at scale. Templates are scoped to a target platform (FIAttached or Standalone).

Location in Intersight GUI: Templates » Server

Diagram

templates (compute.intersight.organizations)

Section titled “templates (compute.intersight.organizations)”
NameTypeConstraintMandatoryDefault Value
serverList[server]No

server (compute.intersight.organizations.templates)

Section titled “server (compute.intersight.organizations.templates)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringNo
managedBooleantrue, falseNotrue
tagsList[tags]No
target_platformChoiceFIAttached, Standalone, UnifiedEdgeServerNoFIAttached
bios_policyStringNo
boot_order_policyStringNo
imc_access_policyStringNo
ipmi_over_lan_policyStringNo
lan_connectivity_policyStringNo
local_user_policyStringNo
network_connectivity_policyStringNo
ntp_policyStringNo
power_policyStringNo
san_connectivity_policyStringNo
serial_over_lan_policyStringNo
smtp_policyStringNo
snmp_policyStringNo
ssh_policyStringNo
storage_policyStringNo
syslog_policyStringNo
thermal_policyStringNo
firmware_policyStringNo
virtual_kvm_policyStringNo
virtual_media_policyStringNo
uuid_poolStringNo

tags (compute.intersight.organizations.templates.server)

Section titled “tags (compute.intersight.organizations.templates.server)”
NameTypeConstraintMandatoryDefault Value
keyStringYes
valueStringYes

Example-1: Comprehensive FI-attached server template showing all available policy and pool references for a SAN-boot deployment.

compute:
intersight:
organizations:
- name: MyOrganization
templates:
server:
- name: fi-server-template
description: FI-attached template for SAN-boot servers
target_platform: FIAttached
bios_policy: web-bios
boot_order_policy: san-boot
firmware_policy: prod-firmware
imc_access_policy: inband-access
lan_connectivity_policy: web-lan
local_user_policy: standard-local-users
san_connectivity_policy: fc-san
ntp_policy: ntp-standard
snmp_policy: snmp-standard
syslog_policy: syslog-standard
storage_policy: raid-standard
power_policy: power-standard
thermal_policy: thermal-standard
virtual_kvm_policy: kvm-standard
virtual_media_policy: vmedia-standard
uuid_pool: uuid-pool-a
tags:
- key: env
value: prod

Example-2: Minimal Standalone server template for rack servers booting from local disk.

compute:
intersight:
organizations:
- name: MyOrganization
templates:
server:
- name: standalone-server-template
target_platform: Standalone
bios_policy: standalone-bios
boot_order_policy: local-boot
storage_policy: local-raid
power_policy: power-standard
thermal_policy: thermal-standard
uuid_pool: uuid-pool-b