Issues during deployment - Problems in the SSH authentication information preparation step
Possible Cause 1:
SSH configuration file restricts passwordless login
· Ensure /etc/ssh/sshd_config is configured with
RSAAuthentication yes
PubkeyAuthentication yesRoot Password Remote Login
· Install sshpass plugin
yum -y install sshpass· Ensure /etc/ssh/sshd_config is configured with
PermitRootLogin yes
PasswordAuthentication yes· Add after the inventory node
ansible_ssh_user=root ansible_ssh_pass=rootpassword