Changeset - d90dce790417
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-04-27 20:06:02
branko@majic.rs
MAR-13: Fixed the instructions for bootstrapping servers in testsite.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/testsite.rst
Show inline comments
 
@@ -24,7 +24,7 @@ bootstrap.yml (for bootstrapping a new node)
 

	
 
  .. code-block:: shell
 

	
 
    ansible-playbook -k -e server=ldap.example.com playbooks/bootstrap.yml
 
    ansible-playbook -e server=ldap.example.com playbooks/bootstrap.yml
 

	
 
ldap.yml
 
  This playbook sets-up the LDAP servers. It is included in ``site.yml``.
 
@@ -90,7 +90,7 @@ The playbooks and configurations for test site make a couple of assumptions:
 
* The password for operating system user ``admin`` is hard-coded to ``admin``.
 
* An SSH ``authorized_keys`` file is set-up for the operating system user
 
  ``admin``. The SSH key stored in it will be read from location
 
  ``~/.ssh/id_rsa`` (i.e. from home directory of user running the Ansible
 
  ``~/.ssh/id_rsa.pub`` (i.e. from home directory of user running the Ansible
 
  commands).
 

	
 
For more details on how the playbooks and configuration have been implemented,
0 comments (0 inline, 0 general)