A role to install Lighthouse
- Install
git
- Get Lighthouse repository (pre-defined in variables)
- Set up nginx to run Lighthouse (port 8123)
- Make sure SELinux access to the files is granted
A web server (e.g. Nginx) required
Variable name | Description |
---|---|
lh_repo | Location of the Lighthouse repository |
lh_location | Installation path for Lighthouse |
- name: Install Lighthouse
hosts: lighthouse
tags: lighthouse, full
roles:
- lighthouse-role
MIT