Install the phpMyAdmin service
Go to file
Tommaso Piccioli 8d20d5e06a Update 'vars/main.yml' 2023-01-23 14:29:34 +01:00
defaults Update 'defaults/main.yml' 2023-01-23 13:49:40 +01:00
handlers New phpMyAdmin role. 2020-04-27 15:39:30 +02:00
meta Fix the phpmyadmin dependencies. 2020-06-05 22:44:39 +02:00
tasks Fix the nginx virtualhost template name. 2020-04-27 16:30:34 +02:00
templates Change the name of the upstream socket to avoid conflicts. 2020-11-19 15:25:49 +01:00
tests New phpMyAdmin role. 2020-04-27 15:39:30 +02:00
vars Update 'vars/main.yml' 2023-01-23 14:29:34 +01:00
.gitignore Initial commit 2020-04-27 13:05:37 +02:00
LICENSE Initial commit 2020-04-27 13:05:37 +02:00
README.md New phpMyAdmin role. 2020-04-27 15:39:30 +02:00

README.md

Role Name

Role that installs phpMyAdmin. Optionally depends on apache/nginx and php-fpm. I do not force the dependency because it could be installed together with other PHP applications.

Requirements

Some PHP package dependencies are listed in the documentation at https://docs.phpmyadmin.net/en/latest/require.html#php.

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Dependencies

No Galaxy dependecies right now

Example Playbook

- hosts: servers
  roles:
     - { role: phpMyAdmin }

License

EUPL 1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it