phpmyadmin
#######################################################################################################
: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: PhpMyAdmin
:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:
This role will deal with the setup and config of PhpMyAdmin.
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 phpmyadmin debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.
manala_apt_preferences:
- phpmyadmin@manala
Dependencies
None.
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install manala.phpmyadmin
Using ansible galaxy requirements file:
- src: manala.phpmyadmin
Role Variables
Definition
Name | Default | Type | Description |
---|---|---|---|
manala_phpmyadmin_install_packages |
~ | Array | Dependency packages to install |
manala_phpmyadmin_install_packages_default |
['phpmyadmin'] | Array | Default dependency packages to install |
manala_phpmyadmin_configs_exclusive |
false | Boolean | Configurations exclusivity |
manala_phpmyadmin_configs |
[] | Array | Configurations |
Configuration example
---
manala_phpmyadmin_configs_exclusive: true
manala_phpmyadmin_configs:
- file: config.inc.php
template: configs/default.dev.j2
config:
- blowfish_secret: "WU9VIEdPVCBSSUNLIFJPTExFRA=="
servers:
- id: 1
config:
- host: mysql
Example playbook
- hosts: servers
roles:
- { role: manala.phpmyadmin }
Licence
MIT
Author information
Manala (http://www.manala.io/)
Install
ansible-galaxy install manala/ansible-role-phpmyadmin
License
Unknown
Downloads
7534
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.