Puppet module to install and setup Tableau server.
Simple way to install Tableau Server on target system.
version
- You must define Tableau Server version(short format). During setup this will used to locate proper tabadmintrusted_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 serverSetup from puppet server
class {'windows_tableau':
ensure => 'present',
version => '8.3',
trusted_host => '192.168.1.1',
from => 'TableauServer-64bit.exe'
}
Not a problem! You are free to edit templates/initial_setup.ps1.erb
and add your additions.
tabcmd
http://onlinehelp.tableausoftware.com/current/server/en-us/tabcmd_cmd.htmtabadmin
http://onlinehelp.tableausoftware.com/current/server/en-us/tabadmin_cmd.htmNope.