Skip to content

YtoTech/ansible-role-gammabox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role : Gamma Box

Build Status

Ansible role for installing the Gamma Box on a Raspberry Pi (Raspbian).

Requirements

A Raspberry Pi with Raspbian, accessible from SSH.

Role Variables

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

Example Playbook

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

License

MIT

Author Information

Yoan Tournade @ YtoTech https://blog.ytotech.com

Releases

No releases published

Packages

No packages published