mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 05:41:44 +00:00
reword the ansible ssh requirement for the deployment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user