This playbook will install php5-fpm.
Required packages (installed automatically) :
- php5-fpm
- php-apc
- php5-mcrypt
- php5-gd
- php5-curl
- php-pear
- php5-mysql
php5_memory_limit
: max memory per PHP process (default: 128M)php5_post_max_size
: max post size (default: 40M)php5_upload_max_filesize
: max upload size for files (default: 20M)php5_add_nginx_default
: whether the role will add a default & php5-fpm-enabled virtuahost in nginx config
php5-fpm
: applies to the whole role
- erasme.nginx
This is mainly used as a dependency in your existing playbooks, like:
dependencies:
- { role: erasme.php5-fpm }
but can be used in playbooks also :
- name: web servers
hosts: webservers
roles:
- erasme.php5-fpm
MIT
Created for @erasme by @leucos.