From 7e0974772740c1dab5ac0db713646dca3b029d2c Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 7 Oct 2016 16:35:02 -0500 Subject: [PATCH] reword the ansible ssh requirement for the deployment. --- source/ciao-deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index cf4399c3..c024eed8 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -30,9 +30,9 @@ For this example, we'll use a total of five nodes: Prerequisites ============= Ansible* uses :command:`ssh` to run commands on the remote nodes. In order to do -that, the nodes must be configured to allow passwordless SSH connections -from the deployment machine to the cluster nodes. The user should also have -sudo privileges on the cluster nodes. +that, configure a user for passwordless SSH connections from the deployment +container to the cluster nodes. This user must also have passwordless sudo +privileges on the cluster nodes. This guide uses a docker container to provide all the needed deployment tools, in order to use it you will need docker in the machine you're orchestating