phpredisadmin

#######################################################################################################

:exclamation: DEPRECATION :exclamation:

This repository and the role associated are deprecated.

You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: PhpRedisAdmin Build Status

:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:

This role will deal with the setup and config of PhpRedisAdmin.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

This role is made to work with the manala phpredisadmin debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.

manala_apt_preferences:
  - phpredisadmin@manala

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.phpredisadmin

Using ansible galaxy requirements file:

- src: manala.phpredisadmin

Role Variables

Definition

Name Default Type Description
manala_phpredisadmin_install_packages ~ Array Dependency packages to install
manala_phpredisadmin_install_packages_default ['phpredisadmin'] Array Default dependency packages to install
manala_phpredisadmin_configs_exclusive false Boolean Configurations exclusivity
manala_phpredisadmin_configs [] Array Configurations

Configuration example

---

manala_phpredisadmin_configs_exclusive: true
manala_phpredisadmin_configs:
  - file:     config.inc.php
    template: configs/default.dev.j2
    config:
      - maxkeylen: 128
    servers:
      - config:
          - host: redis

Example playbook

- hosts: servers
  roles:
    - { role: manala.phpredisadmin }

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

Handle phpredisadmin

Install
ansible-galaxy install manala/ansible-role-phpredisadmin
GitHub repository
License
Unknown
Downloads
4561
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.