All Projects → acro5piano → Metabase Playbook

acro5piano / Metabase Playbook

Licence: mit
Ansible playbook for setup metabase env

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Metabase Playbook

Automate With Ansible
《現代 IT 人一定要知道的 Ansible 自動化組態技巧》
Stars: ✭ 188 (+1346.15%)
Mutual labels:  ansible, ubuntu
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (+2538.46%)
Mutual labels:  ansible, ubuntu
Laravel Deployment
📗[WIP] 追求质量的 Laravel 应用部署上线课程。
Stars: ✭ 190 (+1361.54%)
Mutual labels:  ansible, ubuntu
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (+1138.46%)
Mutual labels:  ansible, ubuntu
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-46.15%)
Mutual labels:  ansible, ubuntu
Ansible Ubuntu
Ansible scripts to setup Ubuntu desktop/server
Stars: ✭ 182 (+1300%)
Mutual labels:  ansible, ubuntu
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+2523.08%)
Mutual labels:  ansible, ubuntu
Pimp My Box
🌱 Automated seedbox install of rTorrent-PS and PyroScope CLI etc. via Ansible.
Stars: ✭ 127 (+876.92%)
Mutual labels:  ansible, ubuntu
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (+3707.69%)
Mutual labels:  ansible, ubuntu
Docker.ubuntu
Docker role for Ansible on Ubuntu 14.04+
Stars: ✭ 457 (+3415.38%)
Mutual labels:  ansible, ubuntu
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (+1007.69%)
Mutual labels:  ansible, ubuntu
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-61.54%)
Mutual labels:  ansible, ubuntu
K3s Gitops Arm
k3s cluster backed by Flux (GitOps) up and running on a cluster of RPi4
Stars: ✭ 135 (+938.46%)
Mutual labels:  ansible, ubuntu
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (+1315.38%)
Mutual labels:  ansible, ubuntu
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+12446.15%)
Mutual labels:  ansible, ubuntu
Ansible Role Hardening
Ansible role to apply a security baseline. Systemd edition.
Stars: ✭ 188 (+1346.15%)
Mutual labels:  ansible, ubuntu
Mattermost Ansible
Ansible playbook to provide a turnkey solution for the Team Edition of Mattermost
Stars: ✭ 126 (+869.23%)
Mutual labels:  ansible, ubuntu
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (+869.23%)
Mutual labels:  ansible, ubuntu
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (+2961.54%)
Mutual labels:  ansible, ubuntu
Debops
DebOps - Your Debian-based data center in a box
Stars: ✭ 734 (+5546.15%)
Mutual labels:  ansible, ubuntu

Metabase Playbook

Ansible playbook for setup metabase.

Features

  • Metabase 0.30.4
  • Store Metabase data to MySQL
  • Daemonize Metabase using Systemd
  • Use Ubuntu 18.04 as base image

Setup

Step 1

Launch Ubuntu 16.04 server on AWS EC2 or something.

If you use AWS, open 3000 to the public in SecurityGroup setting.

Step 2

Create a file hosts with the ip of the instance just launched.

e.g.)

[webservers]
[email protected]_IP_ADDRESS

# ...

(see hosts.example)

Then run

Step 3

Run Ansible.

ansible-playbook \
  --private-key=/path/to/your/key \
  --extra-vars 'MB_DB_PASS="<YOUR PASSWORD>"' \
  playbooks/main.yml

Then open http://YOUR_IP_ADDRESS:3000 and play with metabase.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].