From de1d9aa13410a129e430c31196086a5793553528 2015-03-08 11:22:18 From: Branko Majic Date: 2015-03-08 11:22:18 Subject: [PATCH] MAR-7: Moved sentence to a more logical location. --- diff --git a/docs/testsite.rst b/docs/testsite.rst index c32c5b861ae3b072e435bb5b80ce1c533e5ef4b3..01713fd5b67f2a3925ac4409874d7284699563c7 100644 --- a/docs/testsite.rst +++ b/docs/testsite.rst @@ -59,12 +59,7 @@ In order to deploy the test site, the following steps would normally be taken: ansible-playbook playbooks/site.yml -For details on how the playbooks and configuration have been implemented, feel -free to browse the test site files (in directory ``testsite``). - -The playbooks and configurations for test site make a couple of assumptions -(mainly affecting the access to operating system, for other details see the -playbook and config files): +The playbooks and configurations for test site make a couple of assumptions: * Each server will be set-up with an operating system user ``admin``, capable of running the sudo commands. @@ -82,3 +77,6 @@ system: (*root:ldap, 640*) and ``/etc/ssl/certs/ldap.example.com.pem`` (*root:root, 644*), respectively. After that, re-run the ``site.yml`` playbook in order to re-configure OpenLDAP server to use it. + +For more details on how the playbooks and configuration have been implemented, +feel free to browse the test site files (in directory ``testsite``).