Skip to content

noma4i/puppet-windows_tableau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows_tableau

Simple way to install Tableau Server on target system.

Available options

  • version - You must define Tableau Server version(short format). During setup this will used to locate proper tabadmin
  • trusted_host - Used to setup wgserver.trusted_hosts and open correspondent TCP rule in windows firewall.
  • type - Installation type. Possible options: local or remote. Based on this puppet will download TablueServer installer from url or from puppet server.
  • from - URL or filename from puppet server

How to use

Setup from puppet server

  class {'windows_tableau':
    ensure        =>  'present',
    version       =>  '8.3',
    trusted_host  =>  '192.168.1.1',
    from          =>  'TableauServer-64bit.exe'
  }

What if I need to make additional setup in Tableau?

Not a problem! You are free to edit templates/initial_setup.ps1.erb and add your additions.

Limitations

Nope.

About

Puppet module to install and setup Tableau server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published