https://github.com/HanXHX/ansible-phalcon
Ansible PHP Phalcon role for Debian
https://github.com/HanXHX/ansible-phalcon
ansible-role debian phalcon php
Last synced: 6 months ago
JSON representation
Ansible PHP Phalcon role for Debian
- Host: GitHub
- URL: https://github.com/HanXHX/ansible-phalcon
- Owner: HanXHX
- License: gpl-2.0
- Created: 2015-09-22T08:41:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T15:54:37.000Z (over 6 years ago)
- Last Synced: 2025-05-12T10:57:46.885Z (6 months ago)
- Topics: ansible-role, debian, phalcon, php
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - ansible-phalcon - Ansible Role to install Phalcon Framework in Debian (provides PHP 5.6 and PHP 7.0 packages) (Provisioning)
README
Phalcon PHP Ansible role for Debian
===================================
[](https://galaxy.ansible.com/HanXHX/phalcon/) [](https://travis-ci.org/HanXHX/ansible-phalcon)
Install [Phalcon Framework](https://phalconphp.com/) on Debian.
Supported OS :
| OS |
| --------------- |
| Debian Stretch |
| Debian Buster |
Requirements
------------
You should install with PHP (+CLI) with another role/task.
Role Variables
--------------
- `phalcon_version`: (optional) Specify phalcon version. If //null// (default), it installs latest version on repository.
- `phalcon_package` : (string) Package name. If you don't set this variable, this role parses your PHP cli to find the best package (be careful if you have many PHP version on your system).
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:
- [packagecloud](https://github.com/phalcongelist/packagecloud)
Author Information
------------------
- Twitter: https://twitter.com/hanxhx_