From 84d9a23a3768545ccd443c0ceaceb65ac94c071d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 9 Mar 2021 16:26:52 +0100 Subject: [PATCH] created markdown readme and make it nicer --- README.md | 44 ++++++++++++++++++++++++++++++++++++ README.rst | 66 ------------------------------------------------------ 2 files changed, 44 insertions(+), 66 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..75be79a --- /dev/null +++ b/README.md @@ -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/.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) diff --git a/README.rst b/README.rst deleted file mode 100644 index b22b7d0..0000000 --- a/README.rst +++ /dev/null @@ -1,66 +0,0 @@ -============= -ROLE MARIADB -============= - -.. image:: https://img.shields.io/github/license/adfinis-sygroup/ansible-role-mariadb.svg?style=flat-square - :target: https://github.com/adfinis-sygroup/ansible-role-mariadb/blob/master/LICENSE - -.. image:: https://img.shields.io/travis/adfinis-sygroup/ansible-role-mariadb.svg?style=flat-square - :target: https://github.com/adfinis-sygroup/ansible-role-mariadb - -.. image:: https://img.shields.io/badge/galaxy-adfinis--sygroup.mariadb-660198.svg?style=flat-square - :target: 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 -=============== - -A description of the settable variables for this role should go here, including -any variables that are in defaults/main.yml, vars/main.yml, and any variables -that can/should be set via parameters to the role. Any variables that are read -from other roles and/or the global scope (ie. hostvars, group vars, etc.) -should be mentioned here as well. - - -Dependencies -============= - -A list of other roles hosted on Galaxy should go here, plus any details in -regards to parameters that may need to be set for other roles, or variables -that are used from other roles. - - -Example Playbook -================= - -You can include the role in your Ansible playbooks like any other role: - -.. code-block:: yaml - - - hosts: servers - roles: - - { role: adfinis-sygroup.mariadb } - - -License -======== - -`GPL-3.0 `_ - - -Author Information -=================== - -mariadb role was written by: - -* Adfinis AG | `Website `_ | `Twitter `_ | `GitHub `_ -