emdepl
emdepl
Hi, Working config In `config.json` set `web_host` to `/semaphore` In nginx config ``` # Semaphore - Ansible UI location /semaphore { proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;...
> > Is that configuration not working? > This configuration works
Hi, I have the same problem with simple playbook Sudo password is added in credentials and set in inventory ``` --- - name: Check become success hosts: all tasks: -...
Hi, I solved my problem. My scenario was: - semaphore installed and running under user semaphore - ansible connecting by default as user root - userX was used to connecting...