Ansible role for installing the Gamma Box on a Raspberry Pi (Raspbian).
A Raspberry Pi with Raspbian, accessible from SSH.
Variable | Use | Default to |
---|---|---|
gammabox_path |
Where to checkout and install the Gamma Box code | /home/pi/.gammebox/GammaBox |
gammabox_web.port |
The port on which to run the HTTP Gamma Box web server and API | 80 |
To deploy the Gamma Box on the 8080
port of your rpi
host:
- name: Deploy Gamma Box on my RPi
hosts: rpi
tasks:
- name: GammaBox@rpi deploy
include_role:
name: gammabox
vars:
gammabox_web:
port: 8080
MIT
Yoan Tournade @ YtoTech https://blog.ytotech.com