Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T15:54:37.000Z (over 5 years ago)
- Last Synced: 2024-04-11T06:36:26.410Z (7 months ago)
- Topics: ansible-role, debian, phalcon, php
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- 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
===================================[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-HanXHX.phalcon-blue.svg)](https://galaxy.ansible.com/HanXHX/phalcon/) [![Build Status](https://travis-ci.org/HanXHX/ansible-phalcon.svg?branch=master)](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_