Giter Site home page Giter Site logo

lettdigital / ansible-tableau-server Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 11 KB

This repo contains all Ansible roles for installing and configuring a Tableau Server cluster on Amazon Linux 2.

License: MIT License

ansible ansible-roles tableau tableau-server amazon-linux-2

ansible-tableau-server's Introduction

ansible-tableau-server

Overview

This repo contains all Ansible roles for installing and configuring a Tableau Server cluster on Amazon Linux 2.

Requirements

The machine must meet the Minimum Hardware Requirements for Tableau Server, which is currently:

  • Processor: 64-bit
  • RAM: 16GB
  • CPU: 4-core
  • Free Disk Space: 15GB

The role has only been tested on the following software:

Playbooks

This role installs Tableau Server 2019.04.1+ and drivers on Amazon Linux 2.

Required Vars
  • tableau_server_version
    • Version of Tableau Server to be installed.
  • drivers
    • List of drivers to be installed (RPM package urls).
  • tsm_user and tsm_password
    • Username and password for TSM.
    • TSM is used to manage installation and configuration of Tableau Server.
Using Role Example

tableu-server-install.yml

    - hosts: all
      become: yes
      roles:
        - tableau-server-install
Run Example
ansible-playbook -i 10.0.10.100, -u ec2-user --key-file=tableau-server.pem -e '{"tableau_server_version":"2019.4.1", "tsm_user":"tsmadmin", "tsm_password":"coxinha123", "drivers":["https://downloads.tableau.com/drivers/linux/yum/tableau-driver/tableau-postgresql-odbc-09.06.0500-1.x86_64.rpm"]}' tableau-server-install.yml

This role configures Tableau Server previously installed as the primary machine in the cluster.

Dependencies
  • A successful execution of the role table-server-install, as demonstrated in the previous example.
  • Create file registration.json in roles/tableau-server-primary-setup/files. Check registration.json.example in project.
  • Create file settings.json in roles/tableau-server-primary-setup/files. Check settings.json.example in project.
Required Vars
  • tsm_user
    • Username for TSM.
    • TSM is used to manage installation and configuration of Tableau Server.
  • licenses
    • List of licenses provided by Tableau.
  • tableau_admin_user and tableau_admin_password
    • Username and password for Tableau Server.
    • As a administrator on Tableau Server, you can access admin settings to configure users, projects, and to do other content-related tasks.
Using Role Example

tableu-server-primary-setup.yml

    - hosts: all
      become: yes
      roles:
        - tableau-server-primary-setup
Run Example
ansible-playbook -i 10.0.10.100, -u ec2-user --key-file=tableau-server.pem -e '{"tsm_user":"tsmadmin", "tableau_admin_user": "admin", "tableau_admin_password":"coxinha123", "licenses": ["XXXX-XXXX-XXXX-XXXX-XXXX"]}' tableau-server-primary-setup.yml

This role configures Tableau Server previously installed as the worker machine in the cluster.

Dependencies
  • A successful execution of the role table-server-install, as demonstrated in the previous example.
  • Primary machine running TSM.
  • Download bootstrap.json file with credentials and copy to roles/tableau-server-worker-setup/files
  • Worker machine needs access primary machine ports:
    • 22
    • 8000 - 9000
    • 27000 - 27009
Required Vars
  • tsm_user
    • Username for TSM.
    • TSM is used to manage installation and configuration of Tableau Server.
Using Role Example

tableu-server-worker-setup.yml

    - hosts: all
      become: yes
      roles:
        - tableau-server-worker-setup
Run Example
ansible-playbook -i 10.0.10.100, -u ec2-user --key-file=tableau-server.pem -e '{"tsm_user":"tsmadmin"}' tableau-server-worker-setup.yml

License

MIT

Author Information

This roles was created in 2020 by Alex Pereira.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.