You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phil 15ce24b532 Fix lint warnings 4 weeks ago
defaults Add variables to configure automysqlbackup 3 months ago
files Konfiguriere Backup 2 years ago
handlers mariadb: Aktiviere slowlog in der globalen Konfigurationsdatei 1 year ago
meta Update role information 4 months ago
tasks Fix lint warnings 4 weeks ago
templates Test only socket connection 4 weeks ago
README.md Add variables to configure automysqlbackup 3 months ago

README.md

MariaDB

This role installs MariaDB, including:

  • Monitoring with Monit and Munin
  • Backups with automysqlbackup

No configuration of the database server will take place.

Variables

You can use the following variables to adopt the role to your needs. Place them in a dictionary called mariadb:

Varible Value Notes
bind_address string Address to bind the MariaDB server to

Ecample:

mariadb:
  bind_address: "10.0.0.2"

There are additional variables to configure automysqlbackup:

Varibles Defaults Notes
automysqlbackup_backupdir /var/lib/automysqlbackup Directory to save backups
automysqlbackup_dbhost localhost Database host
automysqlbackup_mailaddr root Mail address to send reports to
automysqlbackup_postbackup /usr/local/bin/automysqlbackup_post_script Complete path to a post backup script