Ansible fails with custom rsa keyfile
Lewiscowles1986 opened this issue · 3 comments
Lewiscowles1986 commented
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 commented
changes that worked (for me)
cat >> ansible.cfg << ANSIBLE_CFG
private_key_file = ~/.ssh/2016_4096_rsa
remote_user = kiosk-admin
ANSIBLE_CFG
chriso0710 commented
Thanks. Yes, this should be added to the readme.
Lewiscowles1986 commented
Should I combine with #6 and commit once?