Skip to content

colstrom/ansible-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-mariadb

MariaDB - MariaDB | An enhanced, drop-in replacement for MySQL.

Platforms

Tunables

  • mariadb_client: (boolean) - MariaDB client?
  • mariadb_user: (string) - Name of user.
  • using_load_balancer: (boolean) - Anything in front of MariaDB doing health checks?
  • mariadb_server: (boolean) - MariaDB server?
  • mariadb_accepts_external_connections: (boolean) - Accept external connections?
  • mariadb_runtime_root: (string) - Directory for runtime.
  • mariadb_pidfile_path: (string) - Directory for pidfile.
  • mariadb_socket_path: (string) - Directory for socket.
  • mariadb_log_root: (string) - Directory for logs.
  • mariadb_general_log_path: (string) - Path for general log.
  • mariadb_slow_query_log_path: (string) - Path for slow query log.
  • mariadb_backup_enabled: (boolean) - Enable backup?
  • mariadb_backup_path: (string) - Path mariadb backs up to.
  • mariadb_backup_frequency: (string) - Frequency with which it backs up.

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.mariadb

License

MIT

Contributors

About

An enhanced, drop-in replacement for MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors