Mirror HanXHX/ansible-mysql dari github.
Go to file
Emilien Mantel c72c3ac842 Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
defaults Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
handlers Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
meta Drop MySQL, Percona Server and Jessie support 2018-03-17 17:05:45 +01:00
tasks Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
templates Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
tests Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
vars Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
.gitignore Ignore ansible retry files 2016-09-23 11:30:24 +02:00
.travis.yml Drop MySQL, Percona Server and Jessie support 2018-03-17 17:05:45 +01:00
LICENSE Initial commit 2015-07-12 00:47:54 +02:00
README.md Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
Vagrantfile Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00

README.md

MySQL vendors for Debian Ansible role

Ansible Galaxy Build Status

Install and configure MySQL or MariaDB (Galera Cluster) or Percona Server. Manage replication (master/slave). Create users and databases.

OS Vendor Origin Managed versions
Debian Stretch MariaDB Debian 10.1
Debian Stretch MariaDB Upstream 10.1 / 10.2 / 10.3
Debian Stretch MariaDB Galera Cluster Upstream 10.1 / 10.2

Notes

  • MySQL server no longer exists on Debian Stretch
  • Galera Cluster is experimental
  • Due to Vagrant + Docker limitation (private network), replication/galera can't be checked with Travis
  • If you need to test this role with Vagrant, you must install hostmanager plugin: vagrant plugin install vagrant-hostmanager

Requirements

None.

Role Variables

  • mariadb_origin: origin of the package ("default" or "upstream")
  • mariadb_vendor: "mariadb", "mariadb_galera"

Configuration

  • mariadb_root_password: root password (should be protected with vault)

If you need a feature you can't configure, you can use this list. These config will go to /etc/mysql/conf.d/01-extra.

Databases

  • mariadb_databases: list...

Users

Example:

mariadb_users:
  - name: 'kiki'
    password: '123'
    priv: hihi.*:ALL
    host: '%'

Check "priv" syntax in mysql_user module documentation

Packaging

  • mariadb_version: 10.0 / 10.1 / 10.2
  • mariadb_repository: MariaDB upstream APT repository (see: MariaDB repositories tool)
  • mariadb_percona_repository: Percona upstream APT repository (see: Percona APT doc)
  • mariadb_use_percona_apt: Force using Percona APT repository (useful when you want to use latest version of percona toolkits, xtrabackup... etc)

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: HanXHX.mysql, mariadb_origin: 'upstream', mariadb_vendor: 'mariadb' }

License

GPLv2

Donation

If this code helped you, or if youve used them for your projects, feel free to buy me some 🍻

  • Bitcoin: 1BQwhBeszzWbUTyK4aUyq3SRg7rBSHcEQn
  • Ethereum: 0x63abe6b2648fd892816d87a31e3d9d4365a737b5
  • Litecoin: LeNDw34zQLX84VvhCGADNvHMEgb5QyFXyD
  • Monero: 45wbf7VdQAZS5EWUrPhen7Wo4hy7Pa7c7ZBdaWQSRowtd3CZ5vpVw5nTPphTuqVQrnYZC72FXDYyfP31uJmfSQ6qRXFy3bQ

No crypto-currency? the project is also a way of saying thank you! 😎

Author Information