mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
0e8640e0ee
* Fixes #158: Switch to ondrej/php repo since php5-5.6 is dead. * Issue #158: Don't install recommended packages, to prevent PHP 7 default. * Issue #158: Don't install php-pear on 1204, to prevent PHP 7 default. * Issue #158: Update PHP package names. * Issue #158: Update PHP paths for Ubuntu 12.04. * Issue #158: Update PHP config paths for Ubuntu 12.04.
22 lines
419 B
YAML
22 lines
419 B
YAML
---
|
|
php_packages:
|
|
- php5.6
|
|
- php5.6-mcrypt
|
|
- php5.6-cli
|
|
- php5.6-common
|
|
- php5.6-curl
|
|
- php5.6-dev
|
|
- php5.6-fpm
|
|
- php5.6-gd
|
|
- libpcre3-dev
|
|
php_conf_paths:
|
|
- /etc/php/5.6/fpm
|
|
- /etc/php/5.6/apache2
|
|
- /etc/php/5.6/cli
|
|
php_extension_conf_paths:
|
|
- /etc/php/5.6/fpm/conf.d
|
|
- /etc/php/5.6/apache2/conf.d
|
|
- /etc/php/5.6/cli/conf.d
|
|
php_fpm_daemon: php5.6-fpm
|
|
php_fpm_conf_path: "/etc/php/5.6/fpm"
|