Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse Role

Installs and configures LightHouse — a lightweight web interface for ClickHouse, served by nginx.

Requirements

  • Ansible 2.10+
  • EL-based system (CentOS 7/8, RHEL 7/8)

Role Variables

Defaults (defaults/main.yml)

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

Vars (vars/main.yml)

Variable Description
lighthouse_archive_path Temporary path for downloaded archive
lighthouse_web_root Web root for nginx
nginx_conf_dir nginx configuration directory

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: lighthouse-role
      lighthouse_version: "1.0.0"

License

MIT

Author Information

Homework assignment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages