aaronpederson.ansible-php7
ansible-php7
PHP is a popular general-purpose scripting language that is popular in web development.
Tunables
php_composer(boolean) - Install Composer?php_cookie_secure(boolean) - specifies whether cookies should only be sent over secure connections.php_documentor_validate_certificates(boolean) - PHP documentor should validate certificates?php_documentor(boolean) - Install PHP Documentor?php_hide_version(boolean) - Do not expose version data.php_max_execution_time(integer) - Maximum time in seconds a script is allowed to run before it is terminated by the parser.php_max_input_vars(integer) - How many input variables may be accepted.php_memory_limit(string) - Memory limit for PHP workers (should be >php_post_max_size)php_modules(list) - Additional PHP modules to installphp_phpunit(boolean) - Install PHPUnit?php_post_max_size(string) - Maximum POST sizephp_upload_max_filesize(string) - Maximum upload filesize (must be <php_post_max_size)php_log_root(string) - Directory for logsphp_fpm_log_path(string) - Path for FPM logphp_error_log_path(string) - Path for error log
Dependencies
Example Playbook
- hosts: servers
roles:
- role: telusdigital.php7
php_modules:
- php7.0-curl
- php7.0-mysql
License
Contributors
- Aaron Pederson | e-mail | Twitter
- Ming Tang
PHP 7 is the latest version of general-purpose scripting language that is popular in web development.
ansible-galaxy install aaronpederson.ansible-php7