Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2024-03-04 09:30:09 +01:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd fix(integrations): sql query 2024-03-03 19:49:00 +01:00
.github ci: white unlil db started 2024-03-03 19:08:26 +01:00
api feat(integrations): use only explicit intergations 2024-03-03 18:01:18 +01:00
cli Merge pull request #1584 from robinmalik/develop 2024-03-02 18:35:11 +01:00
db fix(integrations): sql query 2024-03-03 19:49:00 +01:00
db_lib fix(dblib): resolve missing logger dependency 2024-02-05 21:55:09 +01:00
deployment Merge pull request #1784 from tboerger/embed-and-cache 2024-03-02 19:28:57 +01:00
hook_helpers fix(be): move goodman import to separate package to fix tests 2021-08-27 11:58:31 +05:00
lib feat: add confirmation state 2024-01-30 17:47:03 +05:00
services feat: add more logs to alerts and use same structure for teams alerts 2024-03-03 22:29:37 +01:00
util feat: refactoring of alerts and send correct email alerts 2024-03-03 20:12:28 +01:00
web feat: integration tests 2024-03-03 16:39:18 +01:00
.gitignore feat: replace packr and add basic cache headers 2024-03-01 15:52:30 +01:00
.goreleaser.yml ci: CGO_ENABLED=0 2023-03-11 09:40:34 +01:00
api-docs.yml fix: tests for integrations 2024-03-03 17:31:38 +01: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 fix: merge conflict 2024-03-03 11:57:39 +01:00
go.sum fix: merge conflict 2024-03-03 11:57:39 +01:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
README.md Update README.md 2024-02-02 13:05:05 +05:00
Taskfile_windows.yml feat: replace packr and add basic cache headers 2024-03-01 15:52:30 +01:00
Taskfile.yml feat: replace packr and add basic cache headers 2024-03-01 15:52:30 +01:00

Ansible Semaphore

semaphore Join the chat at https://gitter.im/AnsibleSemaphore/semaphore

Twitter

ko-fi

Ansible Semaphore is a modern UI for Ansible. 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 Ansible Semaphore is what you need.

responsive-ui-phone1

Installation

Full documentation

https://docs.semui.co/administration-guide/installation

Snap

sudo snap install semaphore
sudo semaphore user add --admin --name "Your Name" --login your_login --email your-email@examaple.com --password your_password

Get it from the Snap Store

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)

Demo

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

Docs

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

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

Contributing

If you want to write an article about Ansible or Semaphore, contact @fiftin and we will place your article in our Blog with link to your profile.

PR's & UX reviews are welcome!

Please follow the contribution guide. Any questions, please open an issue.

Release Signing

All releases after 2.5.1 are signed with the gpg public key 8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82

Support

If you like Ansible Semaphore, you can support the project development on Ko-fi.

License

MIT License

Copyright (c) 2016 Castaway Consulting LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.