An open API service indexing awesome lists of open source software.

https://github.com/dsander/ansible-huginn

Ansible playbook to install Huginn
https://github.com/dsander/ansible-huginn

Last synced: 3 months ago
JSON representation

Ansible playbook to install Huginn

Awesome Lists containing this project

README

          

# WIP ansible playbook to install Huginn on Ubuntu

## Test the playbook with Vagrant

* Run `vagrant up` from a terminal
* Wait for the provisioning to finish and navigate to `http://127.0.0.1:8080`

## TODO

- [ ] Allow usage of MySQL
- [ ] Add .env configuration variables
- [ ] Add Procfile configuration variables
- [ ] Document SSL configuration
- [ ] Allow development setup?