Skip to content
New issue

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

Ansible fails with custom rsa keyfile #5

Closed
Lewiscowles1986 opened this issue Jan 6, 2017 · 3 comments
Closed

Ansible fails with custom rsa keyfile #5

Lewiscowles1986 opened this issue Jan 6, 2017 · 3 comments
Labels

Comments

@Lewiscowles1986
Copy link
Contributor

ansible.cfg needs to be updated or command line switches passed in with custom username or private key file. Suggest adding troubleshooting section to readme.md or adding wiki page with link in readme.md

@Lewiscowles1986
Copy link
Contributor Author

Lewiscowles1986 commented Jan 6, 2017

changes that worked (for me)

cat >> ansible.cfg << ANSIBLE_CFG
private_key_file = ~/.ssh/2016_4096_rsa
remote_user = kiosk-admin
ANSIBLE_CFG

@chriso0710
Copy link
Owner

Thanks. Yes, this should be added to the readme.

@Lewiscowles1986
Copy link
Contributor Author

Should I combine with #6 and commit once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants