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: 17 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:02:17.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:42.805Z (over 1 year ago)
- Topics: common-schema, dba-framework, debian, mysql, percona, ubuntu
- Language: Dockerfile
- Size: 101 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
[](https://travis-ci.org/Oefenweb/ansible-common-schema)
[](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)!