Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
33
box/provisioning/roles/geerlingguy.php/vars/RedHat.yml
Normal file
33
box/provisioning/roles/geerlingguy.php/vars/RedHat.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
__php_packages:
|
||||
- php
|
||||
- php-cli
|
||||
- php-common
|
||||
- php-devel
|
||||
- php-fpm
|
||||
- php-gd
|
||||
- php-imap
|
||||
- php-ldap
|
||||
- php-mbstring
|
||||
- php-opcache
|
||||
- php-pdo
|
||||
- php-pear
|
||||
- php-pecl-apcu
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
__php_webserver_daemon: "httpd"
|
||||
|
||||
__php_conf_paths:
|
||||
- /etc
|
||||
|
||||
__php_extension_conf_paths:
|
||||
- /etc/php.d
|
||||
|
||||
__php_apc_conf_filename: 50-apc.ini
|
||||
__php_opcache_conf_filename: 10-opcache.ini
|
||||
__php_fpm_daemon: php-fpm
|
||||
__php_fpm_conf_path: "/etc/fpm"
|
||||
__php_fpm_pool_conf_path: "/etc/php-fpm.d/www.conf"
|
||||
|
||||
__php_fpm_pool_user: apache
|
||||
__php_fpm_pool_group: apache
|
Loading…
Add table
Add a link
Reference in a new issue