Clone this repo:

Branches

  1. 4f15190 Fix metadata for Galaxy, lint by Zack Williams · 1 year, 9 months ago master
  2. 2b6937a Added more PHP modules needed for wordpress by Zack Williams · 3 years ago
  3. cf75b76 Update expired GPG key. Config options on php fpm by Zack Williams · 3 years ago
  4. 15c09e7 Initial commit of PHP role by Zack Williams · 3 years, 8 months ago

php

PHP with FastCGI

This role is primarly designed for installing PHP support for use with the NGINX webserver. It will run PHP in FastCGI Process Manager (FPM) mode.

For a virtualhost to have PHP enabled, set php: true in the vhost block. See the nginx role documentation for more details.

The PHP installed comes from the Debian maintainer's backports repo deb.sury.org, for Debian/Ubuntu OS variants.

Example Playbook

- hosts: all
  roles:
    - php
    - nginx

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0