Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-07-08 13:33:43 +05:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd feat: change env var name 2024-07-01 23:16:36 +05:00
.github Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
api feat: add /apps endpoint and use it for template list 2024-07-08 12:55:13 +05:00
cli feat: lookup default apps 2024-07-08 00:51:50 +05:00
db fix(options): converting to go types 2024-07-07 23:53:32 +05:00
db_lib feat: add apps settings link 2024-07-06 14:00:56 +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 refactor(be): bash -> shell 2024-07-05 21:46:47 +05:00
util feat: add /apps endpoint and use it for template list 2024-07-08 12:55:13 +05:00
web feat(apps): icon and title for edit form 2024-07-08 13:33:43 +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 feat(schedule): update form and table 2024-07-01 02:12:49 +05: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 feat(schedule): change column order 2024-06-25 01:26:21 +05:00
README.md Update README.md 2024-06-25 22:13:41 +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://my.semaphore.tech.

Docs

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

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