mats116.hhvm
README.md
Ansible Role: mats116.hhvm
This Ansible role installs HHVM on Ubuntu 14.04 LTS.
Requirements
There are no specific requirements.
Role Variables
The following variables are available, along with their default settings:
hhvm_version
: "3.10"server.ini
hhvm_pidfile
: /var/run/hhvm/pidhhvm_server_port
: 9000hhvm_server_type
: fastcgihhvm_server_default_document
: index.phphhvm_log_use_log_file
: "true"hhvm_log_file
: /var/log/hhvm/error.loghhvm_repo_central_path
: /var/run/hhvm/hhvm.hhbcphp.ini
session_save_handler
: filessession_save_path
: /var/lib/hhvm/sessionssession_gc_maxlifetime
: 1440hhvm_log_level
: Warninghhvm_log_always_log_unhandled_exceptions
: "true"hhvm_log_runtime_error_reporting_level
: 8191hhvm_mysql_typed_results
: "false"
Dependencies
There are no dependencies.
Example Playbook
- hosts: web-server
roles:
- role: mats116.hhvm
hhvm_server_port: 8080
License
MIT