项目作者: julien-langlois

项目描述 :
php installation and customization of php-fpm
高级语言: Shell
项目地址: git://github.com/julien-langlois/ansible-role-php.git
创建时间: 2020-04-02T15:01:22Z
项目社区:https://github.com/julien-langlois/ansible-role-php

开源协议:MIT License

下载


Ansible Role: PHP

This role installs the latest versions of php (via Sury) and also allows you to configure :

  • php-fpm config
  • php-fpm default pool (dynamic and ondemand modes)
  • opcache
  • php.ini
  • apcu

Requirements

Nginx must be installed beforehand.

Role Variables

By default, the version of php installed will be php 7.4. This can be changed
by changing the following variable:

  1. php_version: 7.x

Dependencies

None.

Example Playbook

  1. - hosts: servers
  2. roles:
  3. - { role: julien_langlois.php, x: 42 }

License

MIT / BSD

Author Information

This role was created in 2020 by Julien Langlois.