Hello everyone!
I’m trying to integrate AWX x GITLAB and I receiving below issue:
“msg”: “ssh: Could not resolve hostname gitlabserver.local: Name or service not known\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.”
This is my repo: ssh://git@gitlabserver.local:2222/ansible/Ansible.git
My GITLAB is working on Docker Container and your SSH PORT is 2222. AWX is trying connect in port 22 (local server).
Can I change this on AWX?
Note: I have most repos working fine with Jenkins in same GITLAB.
Tks
Att,
Ricardo Santos