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

secrets ANSIBLE_CI_KEY format #21

Closed
madeinoz67 opened this issue Oct 2, 2020 · 3 comments · Fixed by #28
Closed

secrets ANSIBLE_CI_KEY format #21

madeinoz67 opened this issue Oct 2, 2020 · 3 comments · Fixed by #28
Assignees
Labels
blocking blocking other tasks bug Something isn't working help wanted Extra attention is needed

Comments

@madeinoz67
Copy link
Collaborator

madeinoz67 commented Oct 2, 2020

Pipeline is getting the following error when attempting to run the playbooks and is failing due to an invalid format private key.

 "msg": "Failed to connect to the host via ssh: load pubkey \"/tmp/privateKey173999725\": invalid format\r\nHost key verification failed."
@madeinoz67
Copy link
Collaborator Author

further investigations I found this:

arillso/action.playbook#4

@lukeburciu can you please check if we have a blank line after -----END RSA PRIVATE KEY-----

@madeinoz67 madeinoz67 added blocking blocking other tasks bug Something isn't working help wanted Extra attention is needed labels Oct 2, 2020
@madeinoz67 madeinoz67 self-assigned this Oct 2, 2020
@lukeburciu
Copy link
Owner

lukeburciu commented Oct 3, 2020

Updated private key ANSIBLE_CI_KEY. -----END RSA PRIVATE KEY---- followed with a blank line

@lukeburciu lukeburciu self-assigned this Oct 3, 2020
@madeinoz67
Copy link
Collaborator Author

all working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking blocking other tasks bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants