From 9039e5c78f29b4249b7b3aadab0a8523b214e181 Mon Sep 17 00:00:00 2001 From: varasev <33550681+varasev@users.noreply.github.com> Date: Tue, 7 Jan 2020 05:12:15 +0300 Subject: [PATCH] Update Update-parity-version.md --- docs/Update-parity-version.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Update-parity-version.md b/docs/Update-parity-version.md index d565d93..c5daebf 100644 --- a/docs/Update-parity-version.md +++ b/docs/Update-parity-version.md @@ -35,7 +35,9 @@ don't change other options ``` ansible-playbook -i hosts upd-parity-version.yml ``` -**NOTE** if you're getting ssh connection error, try to add option `-e 'ansible_ssh_user=ubuntu'` to the command line above, substituting `ubuntu` with correct ssh username, which is usually either `ubuntu` or `root` or `poa` or `centos` depending on your setup. You may also need to specify exact path to your ssh private key with `--key-file=/path/to/private.key` cli option. +**NOTE** if you're getting ssh connection error, try to add option `-e 'ansible_ssh_user=ubuntu'` and/or `--user="ubuntu"` to the command line above, substituting `ubuntu` with correct ssh username, which is usually either `ubuntu` or `root` or `poa` or `centos` depending on your setup. You may also need to specify exact path to your ssh private key with `--key-file=/path/to/private.key` cli option. + +If you are installing an update to the localhost machine, use -c local instead of specifying the private key. ### Verifying the update 0. playbook run should be completed without errors