Fix metadata for Galaxy, lint

Change-Id: Ic3661c2eb8064846cb071cecee56b810db7c6726
5 files changed
tree: 893eddd1fdc1f97c666ed0e270806f7517ace962
  1. .cookiecutter_params.json
  2. .reuse/
  3. LICENSES/
  4. Makefile
  5. README.md
  6. VERSION
  7. defaults/
  8. files/
  9. handlers/
  10. meta/
  11. molecule/
  12. tasks/
  13. vars/
README.md

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