stroobl / apache2_php_config

Ansible role to configure Apache2 for PHP with mod_proxy_fgci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Ansible Role: apache2_php_config

This roles configures Apache mod_proxy_fcgi for PHP.

Requirements

Role Variables

Role variables are documented inline in the following files:

  • Required variables in meta/main.yml
  • Optional variables in defaults/main.yml
  • Constants in vars/main.yml

Dependencies

The role depends on the fiaasco.apache2 and fiaasco.php7 role that will install Apache2 and configure PHP-FPM.

Examples

Include the role in your playbook:

    - hosts: servers
      roles:
         - role: fiaasco.apache2_php_config

Tags

No tags available.

License

MIT

Further Reading

Author Information

Luc Stroobant

About

Ansible role to configure Apache2 for PHP with mod_proxy_fgci

License:MIT License


Languages

Language:HTML 66.8%Language:Python 33.2%