add proposal for naming conventions

This commit is contained in:
2022-11-16 09:00:29 +01:00
parent 4ccf46e05b
commit a29630c906
+14
View File
@@ -0,0 +1,14 @@
# Naming Conventions Infrastructure Servers
To be able to easily identify all Linux core infrastructure servers they should follow the same naming convention.
Following pattern should be followed:
__lx-<purpose>-<number>__
Usually there should be a DNS alias __lx-<purpose> -> lx-<purpose>-<number>__ that points to the currently active production server.
Examples:
* lx-repo -> lx-repo-01
* lx-puppet -> lx-puppet-01
* lx-puppet-test -> lx-puppet-test-01
* lx-lc -> lx-lc-01