Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.93 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.93 KB

Semaphore UI (formerly Ansible Semaphore)

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.semui.co/administration-guide/installation

Demo

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

Docs

Admin and user docs: https://docs.semui.co.

API description: https://semui.co/api-docs/.