Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farridav/ansible-php-fpm
An Ansible role for installing the PHP FastCGI process manager (FPM).
https://github.com/farridav/ansible-php-fpm
Last synced: 23 days ago
JSON representation
An Ansible role for installing the PHP FastCGI process manager (FPM).
- Host: GitHub
- URL: https://github.com/farridav/ansible-php-fpm
- Owner: farridav
- License: apache-2.0
- Created: 2015-02-07T12:22:56.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-02-07T12:28:28.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T14:06:57.133Z (2 months ago)
- Language: Ruby
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-php-fpm
An Ansible role for installing the PHP FastCGI process manager (FPM).
## Role Variables
- `php_fpm_version` - PHP-FPM version
- `php_fpm_upload_max_filesize` - Maximum allowed size for uploaded files
- `php_fpm_post_max_size` - Maximum size of POST data that PHP will accept
- `php_fpm_env` - Mapping of environmental variables made available to the PHP runtime## Example Playbook
See the [examples](./examples/) directory.