We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, it's not really an issue, but it could help for installation.
When launching playbook with another user than root, I got the error
UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,password).\r\n", "unreachable": true
To solve this, just add ansible_ssh_user=root in the hosts file.
Regards
The text was updated successfully, but these errors were encountered:
Something like that was inserted in https://github.com/georchestra/ansible#setup by PR #80.
Do you think we can close this issue now ?
Sorry, something went wrong.
you dont have to use ansible_ssh_user=root, become also works ... :)
ansible_ssh_user=root
become
No branches or pull requests
Hello, it's not really an issue, but it could help for installation.
When launching playbook with another user than root, I got the error
UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,password).\r\n", "unreachable": true
To solve this, just add ansible_ssh_user=root in the hosts file.
Regards
The text was updated successfully, but these errors were encountered: