Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-adminer

Ansible role to set up the latest version of adminer
https://github.com/oefenweb/ansible-adminer

adminer ansible debian gui mysql postgresql ubuntu

Last synced: about 2 months ago
JSON representation

Ansible role to set up the latest version of adminer

Awesome Lists containing this project

README

        

## adminer

[![CI](https://github.com/Oefenweb/ansible-adminer/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-adminer/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-adminer-blue.svg)](https://galaxy.ansible.com/Oefenweb/adminer)

Set up [adminer](http://www.adminer.org/) (Database management in a single PHP file).

#### Requirements

None

#### Variables

* `adminer_download_url`: [default: `https://www.adminer.org/latest.php`]: Download url
* `adminer_install_dirs`: [default: `[]`]: Directories to install adminer to (e.g. `/var/www`)

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- adminer
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-adminer/issues)!