Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-08-10 21:22:33 +05: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 fix(apps): init apps in config 2024-07-10 17:35:21 +05:00
db Merge pull request #2216 from semaphoreui/always_use_utc_time 2024-07-22 17:19:28 +05:00
db_lib Fix git pull 2024-08-02 16:32:30 +02: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 fix(be): do not check active flag of schedule if repo id provided 2024-08-10 21:22:19 +05:00
util feat(apps): add priority 2024-07-22 16:51:29 +05:00
web Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop 2024-08-10 21:22:33 +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 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 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-07-26 20:31:27 +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://dash.semaphoreui.com.

Docs

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

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