Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-common-schema

Ansible role to set up common_schema (DBA's framework for MySQL)
https://github.com/oefenweb/ansible-common-schema

common-schema dba-framework debian mysql percona ubuntu

Last synced: about 2 months ago
JSON representation

Ansible role to set up common_schema (DBA's framework for MySQL)

Awesome Lists containing this project

README

        

## common_schema

[![Build Status](https://travis-ci.org/Oefenweb/ansible-common-schema.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-common-schema)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-common--schema-blue.svg)](https://galaxy.ansible.com/Oefenweb/common_schema)

Set up [common_schema](https://code.google.com/p/common-schema/) (DBA's framework for MySQL).

#### Requirements

* `mysql-server` (5.1, 5.5, 5.6, Percona Server or MariaDB)

#### Variables

* `common_schema_version` [default: `2.3`]: Version to install

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.common-schema
```

#### License

MIT

#### Author Information

Mischa ter Smitten

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

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