Home

Awesome

Phalcon PHP Ansible role for Debian

Ansible Galaxy Build Status

Install Phalcon Framework on Debian.

Supported OS :

OS
Debian Stretch
Debian Buster

Requirements

You should install with PHP (+CLI) with another role/task.

Role Variables

Dependencies

None.

Example Playbook

- hosts: servers
  pre_tasks:
     - apt: pkg="{{ item }}"
       with_items: ['php7.0-cli', 'php7.0-fpm']
  roles:
     - { role: HanXHX.phalcon }

License

GPLv2

Issues

If you have issues with packaging. Please check:

Author Information