Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-mysql
https://github.com/mrlesmithjr/ansible-mysql
ansible ansible-role centos debian mysql ubuntu
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-mysql
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-31T00:32:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T02:55:53.000Z (over 3 years ago)
- Last Synced: 2023-03-14T12:40:35.487Z (over 1 year ago)
- Topics: ansible, ansible-role, centos, debian, mysql, ubuntu
- Language: Jinja
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-mysql
Ansible role to install/configure MySQL
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-mysql/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-mysql.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-mysql)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.