2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00
bench/playbooks/roles/mariadb
2018-02-15 17:48:17 +05:30
..
defaults Playbook restructure part 1 2018-02-15 17:48:17 +05:30
files Playbook restructure part 1 2018-02-15 17:48:17 +05:30
handlers Playbook restructure part 1 2018-02-15 17:48:17 +05:30
tasks Playbook restructure part 1 2018-02-15 17:48:17 +05:30
templates Playbook restructure part 1 2018-02-15 17:48:17 +05:30
vars Playbook restructure part 1 2018-02-15 17:48:17 +05:30
README.md Playbook restructure part 1 2018-02-15 17:48:17 +05:30

Ansible Role: MariaDB

Installs MariaDB

Supported platforms

CentOS 6 & 7
Ubuntu 14.04

Post install

Run mysql_secure_installation

Requirements

None

Role Variables

MariaDB version:

mariadb_version: 10.0

Configuration template:

mysql_conf_tpl: change_me

Configuration filename:

mysql_conf_file: settings.cnf

Experimental unattended mysql_secure_installation

ansible-playbook release.yml --extra-vars "mysql_secure_installation=true mysql_root_password=your_very_secret_password"

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - { role: pcextreme.mariadb }

License

MIT / BSD

Author Information

Created by Attila van der Velde