Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telus/ansible-mariadb
An enhanced, drop-in replacement for MySQL.
https://github.com/telus/ansible-mariadb
Last synced: 5 days ago
JSON representation
An enhanced, drop-in replacement for MySQL.
- Host: GitHub
- URL: https://github.com/telus/ansible-mariadb
- Owner: telus
- License: mit
- Created: 2015-05-07T00:15:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T19:53:37.000Z (about 7 years ago)
- Last Synced: 2023-03-01T13:56:43.870Z (over 1 year ago)
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-mariadb
[MariaDB](https://mariadb.org/) - An enhanced, drop-in replacement for MySQL.
[![Licence](https://img.shields.io/badge/Licence-MIT-blue.svg)](https://tldrlegal.com/license/mit-license)
[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)
[![Build Status](https://travis-ci.org/telusdigital/ansible-mariadb.svg)](https://travis-ci.org/telusdigital/ansible-mariadb)
Tunables
--------* `mariadb_client:` (boolean) - MariaDB client?
* `mariadb_user:` (string) - Name of user.
* `mariadb_group:` (string) - Name of group.
* `using_load_balancer:` (boolean) - Anything in front of MariaDB doing health checks?
* `mariadb_server:` (boolean) - MariaDB server?
* `mariadb_accepts_external_connections:` (boolean) - Accept external connections?
* `mariadb_runtime_root:` (string) - Directory for runtime.
* `mariadb_pidfile_path:` (string) - Directory for pidfile.
* `mariadb_socket_path:` (string) - Directory for socket.
* `mariadb_log_root:` (string) - Directory for logs.
* `mariadb_general_log_path:` (string) - Path for general log.
* `mariadb_slow_query_log_path:` (string) - Path for slow query log.
* `mariadb_backup_enabled:` (boolean) - Enable backup?
* `mariadb_backup_path:` (string) - Path mariadb backs up to.
* `mariadb_backup_frequency:` (string) - Frequency with which it backs up.
* `mariadb_modules:` (list) - Additional MariaDB modules to install.Dependencies
------------
* [telusdigital.apt-repository](https://github.com/telusdigital/ansible-apt-repository/)Example Playbook
----------------
- hosts: servers
roles:
- role: telusdigital.mariadbContributors
------------
* [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/ChrisOlstrom)
* [Aaron Pederson](https://aaronpederson.github.io) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/GunFuSamurai)
* Steven Harradine
* [Justin Scott](https://jvscott.net) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/AKindlyOrc)