{"id":19267691,"url":"https://github.com/binary-braids/ansible-semaphore","last_synced_at":"2026-06-14T18:31:14.474Z","repository":{"id":242353787,"uuid":"809272121","full_name":"binary-braids/ansible-semaphore","owner":"binary-braids","description":"Docker container based on Semaphore UI project","archived":false,"fork":false,"pushed_at":"2026-06-02T23:10:47.000Z","size":81,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T01:09:42.793Z","etag":null,"topics":["ansible","semaphore-ui"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binary-braids.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-02T08:05:04.000Z","updated_at":"2025-12-10T07:42:20.000Z","dependencies_parsed_at":"2026-02-13T15:07:26.705Z","dependency_job_id":null,"html_url":"https://github.com/binary-braids/ansible-semaphore","commit_stats":null,"previous_names":["binary-braids/ansible-semaphore"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/binary-braids/ansible-semaphore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fansible-semaphore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fansible-semaphore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fansible-semaphore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fansible-semaphore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binary-braids","download_url":"https://codeload.github.com/binary-braids/ansible-semaphore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fansible-semaphore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34333806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","semaphore-ui"],"created_at":"2024-11-09T20:13:45.511Z","updated_at":"2026-06-14T18:31:14.245Z","avatar_url":"https://github.com/binary-braids.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![binary-braids](./src/img/binary-braids-logo.png)](https://www.github.com/binary-braids)\n\n# [binary-braids/ansible-semaphore](https://github.com/binary-braids/ansible-semaphore)\n\n\u003e[!NOTE]\n\u003e I am not the original creator of this project. This is simply an alternate docker image which includes some additional Python packages. Please see the [semaphore](https://github.com/semaphoreui/semaphore) GitHub repository for the original project.\n\nModern UI for Ansible\n\n![GitHub Actions](https://github.com/binary-braids/ansible-semaphore/actions/workflows/main.yml/badge.svg)\n[![HitCount](https://hits.dwyl.com/binary-braids/ansible-semaphore.svg?style=for-the-badge\u0026show=unique)](http://hits.dwyl.com/binary-braids/ansible-semaphore)\n[![Trivy](https://img.shields.io/badge/trivy-enabled-brightgreen?style=for-the-badge\u0026logo=trivy)](https://trivy.dev)\n[![renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?style=for-the-badge\u0026logo=renovatebot)](https://github.com/renovatebot/renovate)\n\n[![Semaphore UI](./src/img/semaphore_logo.png)](https://www.semui.co)\n\n## Table of Contents\n\n- [Configuration](#configuration)\n  - [Environment Variables](#environment-variables)\n- [Available Architecture](#available-architecture)\n- [Examples](#examples)\n  - [Docker Compose](#docker-compose)\n  - [Docker CLI](#docker-cli)\n- [Support](#support)\n  - [Issues](#issues)\n  - [Feature Requests](#feature-requests)\n  - [Updates](#updates)\n\n## Configuration\n\n### Environment Variables\n\nPlease see the [Semaphore DockerHub Image](https://hub.docker.com/r/semaphoreui/semaphore) for the available environment variables.\n\n## Available Architecture\n\n| Architecture | Available | Tag |\n| :----: | :----: | ---- |\n| x86-64 | ✅ | amd64-\\\u003cversion tag\\\u003e |\n| arm64 | ✅ | arm64-\\\u003cversion tag\\\u003e |\n\n## Examples\n\n### Docker Compose\n\n```yaml\nservices:\n  semaphore:\n    ports:\n      - 3000:3000\n    image: ghcr.io/binary-braids/ansible-semaphore:latest\n    environment:\n      SEMAPHORE_DB_DIALECT: bolt\n      SEMAPHORE_ADMIN_PASSWORD: changeme\n      SEMAPHORE_ADMIN_NAME: admin\n      SEMAPHORE_ADMIN_EMAIL: admin@localhost\n      SEMAPHORE_ADMIN: admin\n```\n\n### Docker CLI\n\n```bash\ndocker run -p 3000:3000 --name semaphore \\\n\t-e SEMAPHORE_DB_DIALECT=bolt \\\n\t-e SEMAPHORE_ADMIN=admin \\\n\t-e SEMAPHORE_ADMIN_PASSWORD=changeme \\\n\t-e SEMAPHORE_ADMIN_NAME=Admin \\\n\t-e SEMAPHORE_ADMIN_EMAIL=admin@localhost \\\n\t-d ghcr.io/binary-braids/ansible-semaphore:latest\n```\n\n## Support\nThis image is provided as is and is a hobby project. With that being said, please see below on details for support.\n\n### Issues\n\n- Please submit a new [Issue](https://github.com/binary-braids/ansible-semaphore/issues/new) if you encounter any bugs or issues\n\n### Feature Requests\n\n- You are welcome to submit a feature request but no timeline or guarantee will be provided regarding implentation thereof\n\n### Updates\n\n- The image will be updated from time to time based on fixes or new features\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fansible-semaphore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinary-braids%2Fansible-semaphore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fansible-semaphore/lists"}