Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wtanaka/ansible-role-mysql

Ansible role to install MySQL
https://github.com/wtanaka/ansible-role-mysql

ansible ansible-galaxy ansible-role ansible-roles galaxy mysql

Last synced: about 1 month ago
JSON representation

Ansible role to install MySQL

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/wtanaka/ansible-role-mysql.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-mysql)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-mysql.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-mysql)

wtanaka.mysql
=============

Installs mysql server

Example Playbook
----------------

- hosts: servers
roles:
- wtanaka.mysql

### `mysql_should_shortcircuit`

Default: True

When True, this role short-circuits itself if it detects that it is
alrady installed. Currently, this just looks for a `mysql` in the
path, this might be improved in the future to look for a server
binary.

### All variables

The full set of configuration options available are visible in
[defaults/main.yml](defaults/main.yml)

License
-------

GPLv2

Author Information
------------------

https://wtanaka.com/