mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
bin | ||
lib | ||
public | ||
.bowerrc | ||
.gitignore | ||
bower.json | ||
Gruntfile.js | ||
LICENSE | ||
newrelic.js | ||
package.json | ||
README.md | ||
ssh_vagrant.sh | ||
Vagrantfile |
semaphore
Open Source Alternative to Ansible Tower
How to run:
Install requirements:
- node.js >= 0.11.x
- an isolated environment (e.g. Docker / NodeGear)
- Sudo access (this might change). To run jobs, this tool writes private keys to /root/.ssh and copies playbook directories to /root/.
cp lib/credentials.example.json lib/credentials.json
(<- make custom to your environment)bower install
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.
Acknowledgments
This product was hacked together in ~2 days (just about 16 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.