chriso0710/pikiosk

Ansible fails with custom rsa keyfile

Closed this issue · 3 comments

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

changes that worked (for me)

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

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

Should I combine with #6 and commit once?