UNSOLVED

SG81

updated

6 years ago

S

SG81

10 Posts

0

1609

October 9th, 2020 03:00

ECS CE 3.5: step1 command fails at "Distribute rsa ssh key" task

Hi All,

I am trying to install ECS CE 3.5 on CentOS 7.8 with a user that has admin role on this machine.

Launching step1 command, the execution fails at the task "Distribute rsa ssh key" (below you can see the log) because the script is not unable to find '/opt/ssh/id_rsa.pub' , it doesn't exist actually.

Why do I encounter this error? Does any operation/configuration miss before running step1? 

Thank you in advance,

SG

 

admin@DEV-ECS02-V35 bin]$ step1

 

PLAY [Common | Ping data nodes before doing anything else] *****************************************************************************************************************************

 

TASK [ping] ****************************************************************************************************************************************************************************

ok: [172.16.0.12]

 

PLAY [Installer | Gather facts and slice into OS groups] *******************************************************************************************************************************

 

TASK [group_by] ************************************************************************************************************************************************************************

ok: [172.16.0.12]

 

PLAY [CentOS 7 | Configure access] *****************************************************************************************************************************************************

 

TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute ed25519 ssh key] ******************************************************************************************************************

 

TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute rsa ssh key] **********************************************************************************************************************

[WARNING]: Unable to find '/opt/ssh/id_rsa.pub' in expected paths.

 

fatal: [172.16.0.12]: FAILED! => {"failed": true, "msg": "An unhandled exception occurred while running the lookup plugin 'file'. Error was a , original message: could not locate file in lookup: /opt/ssh/id_rsa.pub"}

 

PLAY RECAP *****************************************************************************************************************************************************************************

172.16.0.12                : ok=2    changed=0    unreachable=0    failed=1

 

Playbook run took 0 days, 0 hours, 0 minutes, 0 seconds

Operation failed.