Template:ServerData

From ISoft Wiki
Revision as of 14:08, 21 July 2011 by Jmckinstry (talk | contribs) (Created page with "<noinclude> ==Usage== All fields support multiple line entries: *server_name - The human-readable names of the server. Include aliases *server_os - The operating system of the c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Usage

All fields support multiple line entries:

  • server_name - The human-readable names of the server. Include aliases
  • server_os - The operating system of the current box
  • server_network - The addresses/dns entries of the server. Include whether it is internal or external
  • server_services - An enumerated list of the services provided by the server
  • server_login_details - Information about how to log into this server (LDAP, Kerberos, AD, server-specific...)
  • server_notes - Miscellaneous notes about what this server does


{{#if {{{server_name}}} | ==Names and Aliases== {{{server_names}}} | }}

Setup

{{#if {{{server_os}}} | OS: {{{server_os}}}

| }}

{{#if {{{server_network}}} | ==Network== {{{server_network}}} | }}

{{#if {{{server_services}}} | ==Provided Services== {{{server_services}}} | }}

{{#if {{{server_login_details}}} | ==Login== {{{server_login_details}}} | }}

{{#if {{{server_notes}}} | ==Notes== {{{server_notes}}} | }}