Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-common-schema
- Owner: Oefenweb
- License: mit
- Created: 2014-10-15T07:29:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:02:17.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:36:37.432Z (about 1 year ago)
- Topics: common-schema, dba-framework, debian, mysql, percona, ubuntu
- Language: Dockerfile
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!