Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
2015-01-30 23:15:07 +00:00
bin delete setup.js 2014-08-25 00:04:51 +01:00
lib Fix wording, add PreferredAuth block 2015-01-30 23:15:07 +00:00
playbooks Edit playbooks, help texts 2015-01-30 15:41:49 +00:00
public Update Screenshot 2015-01-30 15:53:39 +00: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 Edit playbooks, help texts 2015-01-30 15:41:49 +00:00
ssh_vagrant.sh Ability to run tasks, results streamed back to the user 2014-08-30 19:05:44 +01:00
Vagrantfile Edit playbooks, help texts 2015-01-30 15:41:49 +00: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:

  1. Install Vagrant
  2. Run vagrant up
  3. Open localhost:3000

Development steps:

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

Initial Login

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

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.