Skip to content

FloeDesignTechnologies/ansible-php-pear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible php-pear

Ansible role to install PEAR and PEAR packages on a Debian-based system.

Example usage:

- role: php-pear
  pear_channels:
    - pear.phing.info
  pear_packages:
    - phing/phing
    - HTTP_Request2

Role Variables

  • pear_channels: The list of PEAR channels to discover.
  • pear_packages: The list of PEAR packages to install.

License

Apache v2

Author Information

Pierre Buyle buyle@pheromone.ca

About

Ansible role to install PEAR and PEAR packages on a Debian-based system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published