A Web UI to manage ansible inventories.
heroku create <app-name>
heroku addons:add heroku-postgresql:dev
git push heroku master
heroku run rake db:setup
Login with:
User: admin@example.com
Password: admin
Set config.registration = true
in config/application.rb.