generated from actions/container-action
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi there,
Thanks for writing this action! We use a lot of internally developed ansible roles that are stored in github enterprise and need to be able to grab them with ansible galaxy, however we are getting Host key verification failed. during the galaxy role install process. This is for private repos on GitHub Enterprise, expecting to use the same SSH KEY provided for the playbook run as authentication for the git URLs. I've added the known_hosts content for our github server and we're still getting the same error.
My questions are:
- Does this Action use the playbook SSH key for SSH-based Galaxy installs?
- Does this Action use the
known_hostscontent for SSH-based Galaxy installs?
example requirements.yaml with a git url:
roles:
- name: some-private-ansible-role
scm: git
src: "git@github.example.com:OCC/ansible-role-private-repo.git"
version: 0.0.1rc1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed