manala.phpredisadmin
#######################################################################################################
:exclamation: DEPRECATION :exclamation:
This repository and its associated role are no longer supported.
You can find our other roles in the Manala Ansible Collection. For usage information, visit the collection repository.
#######################################################################################################
Ansible Role: PhpRedisAdmin 
:exclamation: Please report issues and submit Pull Requests in the main Ansible Role repository :exclamation:
This role is used for setting up and configuring PhpRedisAdmin.
It is part of the Manala Ansible stack but can also be used on its own.
Requirements
This role works with the manala phpredisadmin Debian package, which is available in the manala Debian repository. Please use the manala.apt role for proper handling.
manala_apt_preferences:
- phpredisadmin@manala
Dependencies
None.
Installation
Ansible 2+
Using the ansible galaxy command line:
ansible-galaxy install manala.phpredisadmin
Using an ansible galaxy requirements file:
- src: manala.phpredisadmin
Role Variables
Definition
Name | Default | Type | Description |
---|---|---|---|
manala_phpredisadmin_install_packages |
~ | Array | Packages to install |
manala_phpredisadmin_install_packages_default |
['phpredisadmin'] | Array | Default packages to install |
manala_phpredisadmin_configs_exclusive |
false | Boolean | Exclude configurations |
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 }
License
MIT
Author Information
Manala (http://www.manala.io/)
Installa
ansible-galaxy install manala.phpredisadmin
Licenza
Unknown
Download
4.6k
Proprietario
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.