2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00
bench/playbooks
Ameya Shenoy 12f93976d0
Blank password not accepted
Stopped accepting blank passwords for MySQL password and Administrator password
in the install script
2018-04-09 15:50:43 +05:30
..
roles increased default max_packet_size to 256M 2018-04-09 15:11:55 +05:30
create_user.yml Set default shell as bash for frappe user 2018-04-09 11:43:07 +05:30
install.py Blank password not accepted 2018-04-09 15:50:43 +05:30
macosx.yml compatibility with bench setup and install cmds 2018-03-03 12:46:05 +05:30
README.md Playbook restructure part 1 2018-02-15 17:48:17 +05:30
site.yml install prereqs before setup production 2018-04-09 12:34:39 +05:30
vm_build.yml minor fixes 2018-03-04 06:15:50 +05:30

Deploying a, developer/production-ready ERPNext website with Ansible

Supported Platforms

- Debian 8, 9
- Ubuntu 14.04, 16.04
- CentOS 7

Directory Structure

TODO

Notes for maintainers

- For MariaDB playbooks refer https://github.com/PCextreme/ansible-role-mariadb 
- Any changes made in relation to a role should be dont inside the role and not outside it

TODO:

  1. Planned Platform
    • Arch Linux
    • Fedora
    • RedHat
  2. Consider reffering to https://github.com/geerlingguy/ansible-role-mysql.git for MariaDB playbook