Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-09-28 00:48:44 +05:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd fix(be): dredd test 2024-09-28 00:48:44 +05:00
.github feat: add option sessionConnection for boltdb 2024-07-14 15:28:16 +05:00
api Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
cli Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
db Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
db_lib Improved the logic behind tofu/terraform init 2024-09-24 12:11:03 +00:00
deployment Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00: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 Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
services Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
util Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
web Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +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 Code of conduct, changelog 2016-04-29 23:47:31 +02:00
config-runner.json Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
CONTRIBUTING.md Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00
go.mod Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00: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-13 17:34:26 +05:00
Taskfile.yml Replaced all ansible-semaphore with semaphoreui. Added --no-optional so the taskfile works on non MacOS hosts. 2024-09-24 12:06:22 +00:00

Semaphore UI (formerly Ansible Semaphore)

docker patreon ko-fi 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.semaphoreui.com.

Docs

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

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