Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
/ ansible.mariadb Public archive

installs and configures MariaDB [DEPRECATED]

License

Notifications You must be signed in to change notification settings

proacem/ansible.mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: mariadb

Build Status license Ansible Galaxy

Description

installs and configures MariaDB.

Installation

ansible-galaxy install arillso.mariadb

Requirements

Role Variables

Variable Default Comments (type)
mariadb_version 10.2 mariadb version
mariadb_datadir /var/lib/mysql mariadb data location
mariadb_bind_address 127.0.0.1 mariadb bind address
mariadb_bind_port 3306 mariadb bind port

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - arillso.mariadb

Changelog

1.2.1

  • add support for Ubuntu 18.04
  • add tags

1.2

  • add plugin-load-add
  • change flush handlers

1.1

  • fix errors
  • add official MariaDB Repository

1.0

  • inital role

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2017, Simon Bärlocher