Skip to content

juwai/ansible-role-php-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: php-memcached

Install memcached extension for PHP with igbinary support.

Requirements

Written in Ansible 2.3.*. PECL must be installed.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

php_igbinary_version

The version of igbinary to install.

Default is 3.0.1.

php_memcached_version

The version of memcached extension to install.

Default is 3.1.4.

php_pecl_executable

The pecl executable file.

Default is pecl.

Dependencies

  • juwai.common
  • geerlingguy.php

Example Playbook

- hosts: servers
    roles:
     - juwai.php-memcached

License

MIT

Author Information

This role was created in 2018 by Juwai Limited.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages