telus / ansible-php

Ansible Role for PHP
MIT License
1 stars 10 forks source link

ansible-php

PHP is a popular general-purpose scripting language that is popular in web development.

Platforms Build Status

Tunables

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.php
       php_modules:
         - php5-curl
         - php5-redis
      php_phpunit: yes

License

MIT

Contributors