Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-11-15 22:12:22 +00:00
.devcontainer ci(testing): add e2e testing for dev container 2024-10-21 06:50:14 +00:00
.dredd feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
.github feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
.vscode fix(sec): clear env vars 2024-10-21 11:03:12 +00:00
api Merge branch 'develop' into add-ansible-vault-password-client-script 2024-10-31 00:16:54 +05:00
cli feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
db feat(vaults): add migration for boltdb 2024-10-31 00:45:23 +05:00
db_lib feat(be): disable host key checking by default (#2535) 2024-11-13 22:33:01 +05:00
deployment Merge pull request #2503 from semaphoreui/change_default_package 2024-10-26 20:27:09 +00:00
examples fix(exmaples): env var 2024-06-01 16:07:02 +02:00
hook_helpers
pkg feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
services fix(be): pull pointer when getting build version 2024-11-15 22:07:53 +00:00
util feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
web chore(deps): update dependency eslint-plugin-vue to v9.31.0 2024-11-15 22:12:22 +00:00
.codacy.yml ci: add codacy config file and exclude dredd tests 2024-09-28 16:30:39 +05:00
.dockerignore
.gitignore ci: add python3 venv 2024-10-11 14:17:39 +00:00
.goreleaser.yml feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
api-docs.yml Move implementation of Ansible vault password client script to TemplateVault. 2024-10-22 15:50:31 -04:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2024-09-26 23:39:36 +05:00
CONTRIBUTING.md feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
go.mod feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00
go.sum Merge branch 'develop' into renovate/github.com-go-ldap-ldap-v3-3.x 2024-10-21 12:12:15 +05:00
LICENSE feat(schedule): change column order 2024-06-25 01:26:21 +05:00
README.md Update README.md 2024-10-21 18:07:35 +05:00
renovate.json Add renovate.json 2024-10-20 20:26:22 +00:00
Taskfile.yml feat(be): ansible-semaphore -> semaphoreui 2024-10-26 12:56:17 +00:00

Semaphore UI

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

telegram youtube

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.

Live Demo

Try the latest version of Semaphore at https://cloud.semaphoreui.com.

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. Each project allows you to organize and manage your automation efforts in one place, defining the scope of tasks such as deploying applications, running scripts, or orchestrating cloud resources. Projects help group resources, inventories, task templates, and environments for streamlined automation workflows.
  2. Task Templates are reusable definitions of tasks that can be executed on demand or scheduled. A template specifies what actions should be performed, such as running Ansible playbooks, Terraform configurations, or other automation tasks. By using templates, you can standardize tasks and easily re-execute them with minimal effort, ensuring consistent results across different environments.
  3. Task is a specific instance of a job or operation executed by Semaphore. It refers to running a predefined action (like an Ansible playbook or a script) using a task template. Tasks can be initiated manually or automatically through schedules and are tracked to give you detailed feedback on the execution, including success, failure, and logs.
  4. Schedules allow you to automate task execution at specified times or intervals. This feature is useful for running periodic maintenance tasks, backups, or deployments without manual intervention. You can configure recurring schedules to ensure important automation tasks are performed regularly and on time.
  5. Inventory is a collection of target hosts (servers, virtual machines, containers, etc.) on which tasks will be executed. The inventory includes details about the managed nodes such as IP addresses, SSH credentials, and grouping information. It allows for dynamic control over which environments and hosts your automation will interact with.
  6. Environment refers to a configuration context that holds sensitive information such as environment variables and secrets used by tasks during execution. It separates sensitive data from task templates and allows you to switch between different setups while running the same task template across different environments securely.

Getting Started

You can install Semaphore using the following methods:

  • Docker
  • SaaS (Semaphore Cloud)
  • Deploy a VM from a marketplace (AWS, DigitalOcean, etc.)
  • 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=bolt \
	-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.

SaaS

We offer a SaaS solution for using Semaphore UI without installation. Check it out at Semaphore Cloud.

Deploy VM from Marketplace

Supported cloud providers:

Other Installation Methods

For more installation options, visit our Installation page.

Documentation

Contribution

License

MIT © Denis Gukov

sponsor ko-fi patreon