agaric-coop/box/provisioning/roles/thom8.php-upload-progress
2018-08-20 10:45:20 -04:00
..
defaults Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
meta Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
tasks Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
templates Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
tests Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
vars Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
.travis.yml Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
README.md Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00

Ansible Role: Upload progress

CircleCI

Installs Upload progress PHP extension on Linux servers.

Requirements

Prior to running this role, make sure the php-devel and @Development Tools (for RHEL/CentOS) or php5-dev + build-essential packages (for Debian/Ubuntu) are present on the system, as they are required for the build of Upload progress.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

workspace: /root

Where Xdebug setup files will be downloaded and built.

php_uploadprogress_module_path: /usr/lib/php5/modules

The path where uploadprogress.so will be installed.

php_uploadprogress_config_filename: 20-uploadprogress.ini

The file name for PHP config.

Dependencies

  • geerlingguy.php

Example Playbook

- hosts: webservers
  roles:
    - { role: beetboxvm.upload-progress }

License

MIT