From cbf98d6ae784f0b8c89d7a974ab630b346c3c1bb Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 12 Feb 2018 19:42:22 -0500 Subject: [PATCH] Update README.rst --- roles/4-server-options/README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/roles/4-server-options/README.rst b/roles/4-server-options/README.rst index 4ad68b2c9..8fd9c8a97 100644 --- a/roles/4-server-options/README.rst +++ b/roles/4-server-options/README.rst @@ -1,8 +1,9 @@ -===================== -Server Options README -===================== +======================= +4-server-options README +======================= -This role is a place to aggregate roles that may be optionally added to the basic server, -whereas the roles in base-server are required. As in the case of the base-server the -functionality here is not packages that are not directly consumed by users, which are in common, -nor specific applications, such as those found in the apps and tools roles. \ No newline at end of file +Whereas the roles/tasks in 3-base-server are required, this 4th stage includes more optional roles/tasks for core server infra. + +It includes some networking fundamentals, before they're configured later on. + +As in the case of 2-common, 3-base-server and 5-xo-services: this stage installs core server infra, that is not user-facing.