558 B
558 B
Server Naming Convention
To reduce confusion and improve clarity, we follow a clear and themed naming structure.
Naming Style
Examples:
krang.internal
– Master backend serverreplica.db3.sshjunkie.com
– Staging PostgreSQL replicashredderv2
– ZFS backup serveranthony
– Ansible control nodenexus
– Main ZFS pool server for assets
Guidelines
- Avoid generic names (
server1
,host123
) - Use themed names (e.g., TMNT characters for core infrastructure)
- Include environment tags where needed (
-test
,-prod
)