Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
Andreas Marschke 7fd87d737b go.sum addition
2024-01-15 22:08:16 +01:00
.devcontainer Create devcontainer.json 2022-11-11 14:40:48 +05:00
.dredd fix: Update api-docs.yml 2023-08-29 17:28:41 +08:00
.github feat: update go to v1.20 (#1690) 2023-12-25 21:10:39 +05:00
api Webhook Feature implementation 2024-01-15 22:08:16 +01:00
cli fix(be): check port format 2023-09-20 10:22:26 +02:00
db Webhook Feature implementation 2024-01-15 22:08:16 +01:00
db_lib feat(secrets): use ssh agent for git 2023-09-23 17:47:27 +02:00
deployment ci(runner): add required dep 2024-01-07 21:23:47 +05:00
hook_helpers fix(be): move goodman import to separate package to fix tests 2021-08-27 11:58:31 +05:00
lib refactor: create package db_lib 2023-09-23 17:12:35 +02:00
services fix(runner): pass token in PUT request 2024-01-08 00:50:37 +05:00
util feat(backend): add config option max_task_duration_sec 2023-12-25 04:17:12 +05:00
web Webhook Feature implementation 2024-01-15 22:08:16 +01: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 Webhook Feature implementation 2024-01-15 22:08:16 +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 Include slices 2024-01-15 22:08:16 +01:00
go.sum go.sum addition 2024-01-15 22:08:16 +01:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
README.md Update README.md 2023-07-23 23:34:40 +02: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

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

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

Docs

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

API description: https://ansible-semaphore.com/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.