Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noma4i/puppet-windows_tableau
Puppet module to install and setup Tableau server.
https://github.com/noma4i/puppet-windows_tableau
puppet ruby tableau-server windows-tableau
Last synced: about 1 month ago
JSON representation
Puppet module to install and setup Tableau server.
- Host: GitHub
- URL: https://github.com/noma4i/puppet-windows_tableau
- Owner: noma4i
- Created: 2015-01-19T03:10:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T04:15:52.000Z (over 9 years ago)
- Last Synced: 2024-09-29T12:20:13.198Z (about 2 months ago)
- Topics: puppet, ruby, tableau-server, windows-tableau
- Language: Puppet
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```puppet
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.- How to use `tabcmd` http://onlinehelp.tableausoftware.com/current/server/en-us/tabcmd_cmd.htm
- How to use `tabadmin` http://onlinehelp.tableausoftware.com/current/server/en-us/tabadmin_cmd.htm#### Limitations
Nope.