Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2014-09-11 18:42:13 +01:00
bin delete setup.js 2014-08-25 00:04:51 +01:00
lib Rename credential to identity, better UI 2014-09-11 18:42:13 +01:00
public Rename credential to identity, better UI 2014-09-11 18:42:13 +01:00
.bowerrc Rename credential to identity, better UI 2014-09-11 18:42:13 +01:00
.gitignore delete setup.js 2014-08-25 00:04:51 +01:00
bower.json Barebones angular app 2014-08-24 18:36:34 +01:00
Gruntfile.js Barebones angular app 2014-08-24 18:36:34 +01:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
newrelic.js Barebones angular app 2014-08-24 18:36:34 +01:00
package.json Rename credential to identity, better UI 2014-09-11 18:42:13 +01:00
README.md Ability to run tasks, results streamed back to the user 2014-08-30 19:05:44 +01:00
ssh_vagrant.sh Ability to run tasks, results streamed back to the user 2014-08-30 19:05:44 +01:00
Vagrantfile Add playbooks via GUI 2014-08-25 00:02:34 +01:00

semaphore

Open Source Alternative to Ansible Tower

Features

The basics of Ansible Tower, but in addition:

  • Fast, Simple interface that doesnt get in the way
  • Task output is streamed live via websocket
  • Free. MIT Licensed. Do what you want.

How to run:

Install requirements:

  • node.js >= 0.11.x
  • an isolated environment (e.g. Docker / NodeGear)
  • ansible (the tool)
  • mongodb & redis
  • Sudo access (this might change). To run jobs, this tool writes private keys to /root/.ssh and copies playbook directories to /root/.
  1. cp lib/credentials.example.json lib/credentials.json (<- make custom to your environment)
  2. bower install
  3. grunt serve

Open localhost:3000

Initial Login

Email:			'admin@semaphore.local'
Password:		'CastawayLabs'

Runs Best on NodeGear

Semaphore is used internally at NodeGear, and at CastawayLabs. We've made this because we think Ansible Tower is way too expensive.

Note to Ansible guys

Thanks very much for making Ansible, and Ansible Tower. It is a great tool!. Your UI is pretty horrible though, and so we'd be happy if you could learn and use parts of this tool in your Tower.

It would be amazing if this could be your Community Edition of Ansible Tower.

Acknowledgments

This product was hacked together in ~2 days (just about 16 20 hours). We're sorry if parts of it don't work, or are unusable. It isn't 100% flexible and bug-free.

If you know Angular.js, UI-Router and node.js, we'd be happy for you to help out. Make an issue if you would like something to work on :P.

Todo List

  1. User Management
  2. Add login rate limits
  3. More options for running jobs/playbooks
  4. Nicer UI