Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-06-24 18:31:45 +05:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd ci: execute dredd without containers 2024-05-04 01:16:31 +02:00
.github Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
api fix(web): schedule form 2024-06-23 22:24:22 +05:00
cli Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
db Merge pull request #2132 from semaphoreui/schedule 2024-06-24 18:31:45 +05:00
db_lib docs(be): add comment 2024-06-19 23:10:23 +05:00
deployment docs: change website domain 2024-06-21 20:17:48 +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 task stages (#2103) 2024-06-17 23:37:45 +05:00
util feat(be): add env var for config option 2024-06-14 14:38:15 +05:00
web fix(schedule): nect run time for new schedule 2024-06-24 18:16:21 +05: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 Merge branch 'develop' into develop 2024-05-20 15:46:18 +02:00
CODE_OF_CONDUCT.md Code of conduct, changelog 2016-04-29 23:47:31 +02: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 Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
README.md docs: change website domain 2024-06-21 20:17:48 +05:00
Taskfile.yml ci(docker): remove go build options 2024-06-01 15:30:37 +02:00

Semaphore UI (formerly Ansible Semaphore)

docker patreon telegram telegram

Semaphore is a modern UI for Ansible, Terraform/OpenTofu, Bash and Pulumi. It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system.

If your project has grown and deploying from the terminal is no longer for you then Semaphore UI is what you need.

responsive-ui-phone1

Installation

Docker

https://hub.docker.com/r/semaphoreui/semaphore

docker-compose.yml for minimal configuration:

services:
  semaphore:
    ports:
      - 3000:3000
    image: semaphoreui/semaphore:latest
    environment:
      SEMAPHORE_DB_DIALECT: bolt
      SEMAPHORE_ADMIN_PASSWORD: changeme
      SEMAPHORE_ADMIN_NAME: admin
      SEMAPHORE_ADMIN_EMAIL: admin@localhost
      SEMAPHORE_ADMIN: admin
      TZ: Europe/Berlin
    volumes:
      - /path/to/data/home:/etc/semaphore # config.json location
      - /path/to/data/lib:/var/lib/semaphore # database.boltdb location (Not required if using mysql or postgres)

Other installation methods

https://docs.semaphoreui.com/administration-guide/installation

Demo

You can test latest version of Semaphore on https://cloud.semui.co.

Docs

Admin and user docs: https://docs.semaphoreui.com.

API description: https://semaphoreui.com/api-docs/.