semaphore

semaphoreui / semaphore

为 Ansible、Terraform 等 DevOps 工具提供现代 Web 界面和 API 的自动化管理平台,解决命令行操作复杂、缺乏可视化和协作能力的问题。

Go 基础设施 开发工具 Ansible Terraform DevOps 自动化运维 Web界面

为什么值得看

编辑点评

Semaphore 将多种基础设施自动化工具统一到一套现代 UI 中,降低了运维人员的使用门槛,同时提供强大的 API 便于集成到现有工作流。适合团队协作场景,支持任务审批、审计日志和密钥管理。需要注意它本身不替代 Ansible/Terraform,而是作为调度和展示层,部署和维护需要额外成本。

Star 趋势

近 7 日
  • Star 总数14,150
  • 今日新增+1
  • 7 日增速-50%
  • Fork1,306

同类项目

同场景 · 基础设施 / 开发工具

项目文档

来自 GitHub README · develop 分支

Semaphore UI

Modern UI for Ansible, Terraform/OpenTofu/Terragrunt, PowerShell and other DevOps tools.

responsive-ui-phone1

If your project has grown and deploying from the terminal is no longer feasible, then Semaphore UI is the tool you need.

Demo

Try Semaphore UI online

What is Semaphore UI?

Semaphore UI is a modern web interface for managing popular DevOps tools.

Semaphore UI allows you to: * Easily run Ansible playbooks, Terraform and OpenTofu code, as well as Bash and PowerShell scripts. * Receive notifications about failed tasks. * Control access to your deployment system.

Key Concepts

  1. Projects is a collection of related resources, configurations, and tasks.
  2. Task Templates are reusable definitions of tasks that can be executed on demand or scheduled.
  3. Task is a specific instance of a job or operation executed by Semaphore.
  4. Schedules allow you to automate task execution at specified times or intervals.
  5. Inventory is a collection of target hosts (servers, virtual machines, containers, etc.) on which tasks will be executed.
  6. Variable Group refers to a configuration context that holds sensitive information such as environment variables and secrets used by tasks during execution.

Getting Started

You can install Semaphore using the following methods: * Docker * Deploy a VM from a marketplace: * AWS * Cloudzy * DigitalOcean * Vultr * Yandex Cloud * RepoCloud * Snap * Binary file * Debian or RPM package

Docker

The most popular way to install Semaphore is via Docker.

docker run -p 3000:3000 --name semaphore \
    -e SEMAPHORE_DB_DIALECT=sqlite \
    -e SEMAPHORE_ADMIN=admin \
    -e SEMAPHORE_ADMIN_PASSWORD=changeme \
    -e SEMAPHORE_ADMIN_NAME=Admin \
    -e SEMAPHORE_ADMIN_EMAIL=admin@localhost \
    -d semaphoreui/semaphore:latest

We recommend using the Container Configurator to get the ideal Docker configuration for Semaphore.

Other Installation Methods

For more installation options, visit our Installation page.

Documentation

Awesome Semaphore

A curated list of awesome things related to Semaphore UI.

Contribution

License

MIT © Denis Gukov

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。