manala.phpmyadmin

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

⚠️ DEPRECATION ⚠️

This repository and the associated role are no longer supported.

You can find our other roles in the Manala Ansible Collection. More information on usage can be found at the collection repository.

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

Ansible Role: PhpMyAdmin Build Status

⚠️ Report issues and send Pull Requests in the main Ansible Role repository ⚠️

This role sets up and configures PhpMyAdmin.

It's part of the Manala Ansible stack but can also be used on its own.

Requirements

This role works with the manala phpmyadmin Debian package, available from the manala Debian repository. Use the manala.apt role to manage it correctly.

manala_apt_preferences:
  - phpmyadmin@manala

Dependencies

None.

Installation

For Ansible 2+

Using the ansible galaxy command line:

ansible-galaxy install manala.phpmyadmin

Using an ansible galaxy requirements file:

- src: manala.phpmyadmin

Role Variables

Definition

Name Default Type Description
manala_phpmyadmin_install_packages ~ Array Packages required for installation
manala_phpmyadmin_install_packages_default ['phpmyadmin'] Array Default packages to install
manala_phpmyadmin_configs_exclusive false Boolean Whether configurations are exclusive
manala_phpmyadmin_configs [] Array Configuration files

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 }

License

MIT

Author Information

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

Informazioni sul progetto

Handle phpmyadmin

Installa
ansible-galaxy install manala.phpmyadmin
Licenza
Unknown
Download
7.5k
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.