Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediafellows/ansible-role-metabase
Ansible Role to install Metabase BI server
https://github.com/mediafellows/ansible-role-metabase
Last synced: 1 day ago
JSON representation
Ansible Role to install Metabase BI server
- Host: GitHub
- URL: https://github.com/mediafellows/ansible-role-metabase
- Owner: mediafellows
- Created: 2020-06-26T14:02:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T10:05:32.000Z (6 months ago)
- Last Synced: 2024-08-07T13:30:16.367Z (6 months ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Ansible-Test](https://github.com/mediafellows/ansible-role-metabase/workflows/Ansible-Test/badge.svg)](https://github.com/mediafellows/ansible-role-metabase/actions?query=workflow%3AAnsible-Test)
# Ansible Role Metabase
An Ansible role to install the [Metabase](https://www.metabase.com/) BI server software on a Linux server.
## Requirements
A Debian based Linux server running. As this role currently only uses apt for installing packages.
## Role Variables
Role variables you might want override:
- `metabase_port: 3000` - The port the Metabase deamon is listening on.
- `metabase_user: metabase` - The system user to use for running the Metabase deamon.
- `java_package: openjre-123` - The java package to install for Metabase, leave blank if you already have a working Java on that machine
- `metabase_settings_db_type: h2` - Change DB type for Metabase settings, for `posgres` und `mysql` type please also override connection details!Find more variables in `defaults/main.yml`.
## Dependencies
Needs no other roles. You might wan to use other roles for installing a reverse Proxy webserver, like Nginx to front the Metabase server.
## Example Playbook
Include this in you playbook to run this role
```yaml
- name: My Play
hosts: servers
vars:
metabase_port: 3001
roles:
- mediafellows.metabase
tasks:
# Other tasks
```## License
BSD
## Author Information
By Stefan Horning