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
- Host: GitHub
- URL: https://github.com/dsander/ansible-huginn
- Owner: dsander
- Created: 2015-09-19T14:53:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T21:15:37.000Z (over 10 years ago)
- Last Synced: 2025-03-21T05:12:14.817Z (over 1 year ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?