Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
snyk-bot 0ec7f275e6
fix: upgrade vue-router from 3.5.4 to 3.6.5
Snyk has created this PR to upgrade vue-router from 3.5.4 to 3.6.5.

See this package in npm:
vue-router

See this project in Snyk:
https://app.snyk.io/org/fiftin/project/76df6542-d6d3-4c40-a798-84211c24d030?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-09-28 09:19:56 +00:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd feat(tasks): use ArgPicker on UI 2024-07-22 17:49:52 +05:00
.github feat: add option sessionConnection for boltdb 2024-07-14 15:28:16 +05:00
api fix(apps): delete options with emply values 2024-07-22 17:17:45 +05:00
cli chore(be): remove asking DingTalk settings in setup 2024-09-27 23:52:41 +05:00
db Merge pull request #2216 from semaphoreui/always_use_utc_time 2024-07-22 17:19:28 +05:00
db_lib feat: add env var for build version 2024-09-24 20:58:51 +05:00
deployment fix(docker): remove env var ANSIBLE_CONFIG and move ansible.cfg to /etc/ansible/ansible.cfg 2024-07-04 15:40:29 +05:00
examples fix(exmaples): env var 2024-06-01 16:07:02 +02:00
hook_helpers fix(be): move goodman import to separate package to fix tests 2021-08-27 11:58:31 +05:00
pkg task stages (#2103) 2024-06-17 23:37:45 +05:00
services Merge pull request #2363 from shaxiaozz/shaxiaozz-feat-dingtalk-alert 2024-09-28 00:42:25 +05:00
util feat: Add dingtalk webhook notification medium 2024-09-26 14:28:51 +08:00
web fix: upgrade vue-router from 3.5.4 to 3.6.5 2024-09-28 09:19:56 +00:00
.dockerignore chore: add initial dockeringore config 2024-04-28 00:10:30 +02:00
.gitignore feat: rebuild task file and drop version generator 2024-04-28 00:10:27 +02:00
.goreleaser.yml ci: fix gpg key 2024-06-13 10:34:33 +05:00
api-docs.yml test(e2e): fix boltdb tests 2024-07-14 22:58:17 +05:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2024-09-26 23:39:36 +05:00
config-runner.json fix(runners): add atimic checks 2023-09-20 02:17:41 +02:00
CONTRIBUTING.md docs: describe tests in contribution guide 2023-07-08 14:34:26 +02:00
go.mod Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
go.sum Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
LICENSE feat(schedule): change column order 2024-06-25 01:26:21 +05:00
README.md Update README.md 2024-09-28 09:36:15 +05:00
Taskfile.yml ci(docker): remove go build options 2024-06-01 15:30:37 +02:00

Semaphore UI

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

telegram telegram

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 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

License

MIT © Denis Gukov

patreon ko-fi