mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
1262f25704
- in travis tests added check for the node_modules folder not found, since it was moved to frappe from v11 onwards - added --without-erpnext flag to install only frappe - identified but not yet fixed localctl failure on scaleway cloud (instant fix: apt install keyboard-configuration kbd console-data) - fixed owner and permissions for bench.log in logs - fixed mariadb set root password issue - added libselinux-python to centos for localctl issues |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
tasks | ||
templates | ||
vars | ||
README.md |
Ansible Role: MariaDB
Installs MariaDB
Supported platforms
CentOS 6 & 7
Ubuntu 14.04
Ubuntu 16.04
Debain 9
Post install
Run mysql_secure_installation
Requirements
None
Role Variables
MariaDB version:
mariadb_version: 10.2
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: mariadb }