Skip to content

AerisCloud/ansible-wkhtmltopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wkhtmltopdf

This role installs wkhtmltopdf on a server.

Configuration

Optional: Set the major and full versions as well as architecture.

wkhtmltopdf_version_main: "0.12"       # Default: "0.12"
wkhtmltopdf_version_full: "0.12.2.1"   # Default: "0.12.2.1"
wkhtmltopdf_architecture: "amd64"      # "amd64" or "i386". Defaults to "amd64"

See also