Skip to content

HanXHX/ansible-phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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:

Author Information