HanXHX.phalcon
Phalcon PHP Ansible Role for Debian
This role installs the Phalcon Framework on Debian systems.
Supported Operating Systems:
OS |
---|
Debian Stretch |
Debian Buster |
Requirements
Make sure to install PHP (along with CLI) using another role or task before using this role.
Role Variables
phalcon_version
: (optional) Specify the version of Phalcon. If this is set to //null// (default), it will install the latest version available in the repository.phalcon_package
: (string) This is the package name. If you don't set this variable, the role will check your PHP CLI to find the best package to install (be careful if you have multiple PHP versions installed).
Dependencies
None required.
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 encounter any packaging issues, please check:
Author Information
- Twitter: @hanxhx_