Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2023-07-07 23:16:43 +02:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd fix(dredd): do not clean postgres db 2022-11-20 00:45:54 +05:00
.github feat(be): add migration project__user.admin -> project_user.role 2023-07-07 23:16:43 +02:00
api feat(be): add migration project__user.admin -> project_user.role 2023-07-07 23:16:43 +02:00
cli refactor(be): move printing db info to separate method 2022-11-20 01:20:00 +05:00
db feat(be): add migration project__user.admin -> project_user.role 2023-07-07 23:16:43 +02:00
deployment Create semaphore.spec 2023-06-30 01:31:03 -05:00
hook_helpers fix(be): move goodman import to separate package to fix tests 2021-08-27 11:58:31 +05:00
lib fix: replace config flag use_external_git to option git_client 2023-04-25 20:04:03 +02:00
public/vendor Don't use submodules for public/vendor 2022-06-01 18:43:20 +02:00
services test: fix test after MR 2023-07-03 10:40:17 +02:00
util fix: replace config flag use_external_git to option git_client 2023-04-25 20:04:03 +02:00
web Correctly display relative time for non-UTC timezones 2023-06-20 13:57:05 +10:00
.gitignore feat:support go-git client 2023-02-26 13:22:47 +07:00
.goreleaser.yml ci: CGO_ENABLED=0 2023-03-11 09:40:34 +01:00
api-docs.yml test: remove date/time pattern from open api 2022-11-09 22:04:35 +05:00
CODE_OF_CONDUCT.md Code of conduct, changelog 2016-04-29 23:47:31 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-12-11 20:45:48 +04:00
go.mod fix: optimize dependencies 2023-03-12 16:04:54 +07:00
go.sum fix: optimize dependencies 2023-03-12 16:04:54 +07:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
README.md Update README.md 2022-11-23 14:55:12 +05:00
Taskfile_windows.yml fix(ci): pass GOOS/GOARCH args to task 2022-10-27 00:32:30 +05:00
Taskfile.yml ci: CGO_ENABLED=0 2023-03-11 09:52:49 +01:00

Ansible Semaphore

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

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.ansible-semaphore.com/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

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
    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)

https://hub.docker.com/r/semaphoreui/semaphore

Demo

You can test latest version of Semaphore on https://demo.ansible-semaphore.com.

Docs

Admin and user docs: https://docs.ansible-semaphore.com

API description: https://ansible-semaphore.com/api-docs/

Contributing

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.