Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 760 Bytes

Ansible Role: PHP-XHProf

Build Status

Installs PHP XHProf on Linux servers.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

TODO

Dependencies

  • geerlingguy.php
  • geerlingguy.php-pecl

Example Playbook

- hosts: webservers
  roles:
    - { role: geerlingguy.php-xhprof }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.