https://github.com/devops-works/ansible-php7-fpm
PHP7 role for Xenial
https://github.com/devops-works/ansible-php7-fpm
ansible-role php php7 php7-fpm
Last synced: about 1 year ago
JSON representation
PHP7 role for Xenial
- Host: GitHub
- URL: https://github.com/devops-works/ansible-php7-fpm
- Owner: devops-works
- Created: 2016-06-12T08:15:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T10:11:06.000Z (about 4 years ago)
- Last Synced: 2023-03-10T21:43:32.015Z (about 3 years ago)
- Topics: ansible-role, php, php7, php7-fpm
- Language: Jinja
- Size: 45.9 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
php7-fpm Ansible role
=====================
This role will install php7-fpm in Xenial (16.04)
Requirements
------------
Required packages (installed automatically) :
- php7-fpm
- php7.0-opcache
- php-apcu
- php7.0-gd
- php7.0-curl
- php-pear
- php7.0-mysql
Role Variables
--------------
- `php7_memory_limit`: max memory per PHP process (default: 128M)
- `php7_post_max_size`: max post size (default: 40M)
- `php7_upload_max_filesize`: max upload size for files (default: 20M)
Tags
----
- `php7-fpm` : applies to the whole role
Dependencies
------------
- git@github.com:leucos/ansible-nginx.git
Example Playbook
----------------
This is mainly used as a dependency in your existing playbooks, like:
dependencies:
- { role: ansible-php7-fpm }
but can be used in playbooks also :
- name: web servers
hosts: webservers
roles:
- ansible-php7-fpm
License
-------
MIT
Author Information
------------------
@leucos