Difference between revisions of "Template:ServerData"
From ISoft Wiki
Jump to navigationJump to search
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...") |
Jmckinstry (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
*server_name - The human-readable names of the server. Include aliases | *server_name - The human-readable names of the server. Include aliases | ||
*server_os - The operating system of the current box | *server_os - The operating system of the current box | ||
* | *server_is_vm - Yes/No. Shows if the machine is a virtualized server | ||
*server_network_internal - The addresses/dns entries of the server reachable inside of isoft's internal network | |||
*server_network_external - The addresses/dns entries of the server reachable by the internet | |||
*server_services - An enumerated list of the services provided by the server | *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_login_details - Information about how to log into this server (LDAP, Kerberos, AD, server-specific...) | ||
Line 10: | Line 12: | ||
</noinclude> | </noinclude> | ||
{{#if {{{server_name}}} | ==Names and Aliases== | {{#if: {{{server_name}}} | ==Names and Aliases== | ||
{{{ | {{{server_name}}} | }} | ||
==Setup== | ==Setup== | ||
{{#if {{{server_os}}} | OS: {{{server_os}}} | {{#if: {{{server_os}}} | OS: {{{server_os}}} | ||
| }} | | }} | ||
{{#if {{{ | Virtual Machine: {{#if: {{{server_is_vm}}} | Yes | No}} | ||
{{#if {{{server_services}}} | ==Provided Services== | ==Network== | ||
Internal: {{{server_network_internal|''No internal network given''}}} | |||
External: {{{server_network_external|''No external network given''}}} | |||
{{#if: {{{server_services}}} | ==Provided Services== | |||
{{{server_services}}} | }} | {{{server_services}}} | }} | ||
{{#if {{{server_login_details}}} | ==Login== | {{#if: {{{server_login_details}}} | ==Login== | ||
{{{server_login_details}}} | }} | {{{server_login_details}}} | }} | ||
{{#if {{{server_notes}}} | ==Notes== | {{#if: {{{server_notes}}} | ==Notes== | ||
{{{server_notes}}} | }} | {{{server_notes}}} | }} |
Latest revision as of 14:45, 21 July 2011
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_is_vm - Yes/No. Shows if the machine is a virtualized server
- server_network_internal - The addresses/dns entries of the server reachable inside of isoft's internal network
- server_network_external - The addresses/dns entries of the server reachable by the internet
- 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
Names and Aliases
{{{server_name}}}
Setup
OS: {{{server_os}}}
Virtual Machine: Yes
Network
Internal: No internal network given
External: No external network given
Provided Services
{{{server_services}}}
Login
{{{server_login_details}}}
Notes
{{{server_notes}}}