Skip to content

Commit

Permalink
Merge pull request #13 from shurik-io/readme
Browse files Browse the repository at this point in the history
Markdown Readme and added Tags for Role versioning
  • Loading branch information
shurik-io authored Mar 9, 2021
2 parents 90e6b8d + 84d9a23 commit fc5551e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 66 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
ROLE MARIADB
=============

[![License](https://img.shields.io/github/license/adfinis-sygroup/ansible-role-mariadb.svg?style=flat-square)](https://github.com/adfinis-sygroup/ansible-role-mariadb/blob/master/LICENSE)
[![GitHub](https://img.shields.io/travis/adfinis-sygroup/ansible-role-mariadb.svg?style=flat-square)](https://github.com/adfinis-sygroup/ansible-role-mariadb)
[![Galaxy](https://img.shields.io/badge/galaxy-adfinis--sygroup.mariadb-660198.svg?style=flat-square)](https://galaxy.ansible.com/adfinis-sygroup/mariadb)

This role allows you to configure MariaDB server including databases, users and
SSL certificates.

## Requirements

None

## Role Variables

Check the [defaults/main.yml](defaults/main.yml) for available settings and description.

In [vars/<os_version>.yml](vars/) you can find OS specific vars and settings.

## Dependencies

None

## Example Playbook

You can include the role in your Ansible playbooks like any other role:

```yaml
- hosts: servers
roles:
- adfinis-sygroup.mariadb
```
## License
[GPL-3.0](https://github.com/adfinis-sygroup/ansible-role-mariadb/blob/master/LICENSE)
## Author Information
mariadb role was written by:
* Adfinis AG [Website](https://adfinis.com/) | [Twitter](https://twitter.com/adfinis) | [GitHub](https://github.com/adfinis-sygroup)
66 changes: 0 additions & 66 deletions README.rst

This file was deleted.

0 comments on commit fc5551e

Please sign in to comment.