Skip to content

Latest commit

 

History

History

mariadb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

xsrv.mariadb

This role will install [MariaDB]https://en.wikipedia.org/wiki/MariaDB), a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS)

Requirements/dependencies/example playbook

See meta/main.yml

# playbook.yml
- hosts: my.CHANGEME.org
  roles:
     - nodiscc.xsrv.common # optional
     - nodiscc.xsrv.backup # (optional, automatic backups)
     - nodiscc.xsrv.mariadb

# ansible-vault edit host_vars/my.example.org/my.example.org.vault.yml
mariadb_root_password: "CHANGEME"

See defaults/main.yml for all configuration variables.

Usage

Backups: See the included rsnapshot configuration for the backup role.

License

References