You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decided to try setting up playbooks ansible to run via runners. I turned to the documentation on the official website.
I tried to implement the semaphore ansible server in runners mode and connect a runner that was raised in docker on another server.
There are problems getting runner to work with the server.
Starting semaphore runner
Loading config
Validating config
time="2024-07-05T08:47:14Z" level=info msg="Attempting to register on the server"
time="2024-07-05T08:47:14Z" level=info msg="Registering a new runner"
time="2024-07-05T08:47:14Z" level=info msg="The runner has been started"
After the start, it is clear that the runner does not register on the server using the created token. There is network accessibility between the Semaphore server and the runner
Even when accessing the URL "http://ipaddress:3002/api" the page and request are returned "Not found"
I read various requests in the Issues and Discussions sections, but I could not find an answer to the question. What am I doing wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good afternoon.
I decided to try setting up playbooks ansible to run via runners. I turned to the documentation on the official website.
I tried to implement the semaphore ansible server in runners mode and connect a runner that was raised in docker on another server.
There are problems getting runner to work with the server.
runner compose.yml:
Logs:
config.json:
Semaphore Ansible Server
In the config.json configuration file I changed the parameters:
After the start, it is clear that the runner does not register on the server using the created token. There is network accessibility between the Semaphore server and the runner
Even when accessing the URL "http://ipaddress:3002/api" the page and request are returned "Not found"
I read various requests in the Issues and Discussions sections, but I could not find an answer to the question. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions