Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-mysql
- Owner: wtanaka
- Created: 2016-10-26T09:47:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T21:30:04.000Z (about 4 years ago)
- Last Synced: 2024-10-14T07:44:17.396Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, galaxy, mysql
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/