Installs and configures LightHouse — a lightweight web interface for ClickHouse, served by nginx.
- Ansible 2.10+
- EL-based system (CentOS 7/8, RHEL 7/8)
| Variable | Description | Default |
|---|---|---|
lighthouse_version |
Version of LightHouse to install | 1.0.0 |
lighthouse_dir |
Base installation directory | /opt/lighthouse |
nginx_user |
nginx system user | nginx |
| Variable | Description |
|---|---|
lighthouse_archive_path |
Temporary path for downloaded archive |
lighthouse_web_root |
Web root for nginx |
nginx_conf_dir |
nginx configuration directory |
None.
- hosts: all
roles:
- role: lighthouse-role
lighthouse_version: "1.0.0"MIT
Homework assignment