Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-adminer
- Owner: Oefenweb
- License: mit
- Created: 2014-10-15T14:05:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T14:53:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T02:23:18.235Z (almost 2 years ago)
- Topics: adminer, ansible, debian, gui, mysql, postgresql, ubuntu
- Language: Dockerfile
- Size: 77.1 KB
- Stars: 2
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!