ElaoInfra.phpredisadmin

Ansible Role: phpRedisAdmin

This role will install and config phpRedisAdmin via composer.

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

Requirements

  • Ansible 1.9.0+

Dependencies

  • Composer

Installation

Using ansible galaxy:

ansible-galaxy install elao.phpredisadmin

You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:

dependencies:
  - { role: elao.phpredisadmin }

Example playbook

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

Role Variables

Definition

Name Default Type Description
elao_phpredisadmin_user None String User
elao_phpredisadmin_user_group None String User group
elao_phpredisadmin_path /opt/phpredisadmin String Path
elao_phpredisadmin_config Array Dictionnary Config
elao_phpredisadmin_config.servers Array Array Servers
elao_phpredisadmin_config.servers.host localhost String Host

Configuration example

---

elao_phpredisadmin_config:
  blowfish_secret: 'ThisSecretIsNotSoSecret'
  servers:
    - host: localhost

Licence

MIT

Author information

ELAO (http://www.elao.com/)

About

Install and config phpRedisAdmin via composer

Install
ansible-galaxy install ElaoInfra.phpredisadmin
GitHub repository
License
Unknown
Downloads
333
Owner
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala