2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00
bench/playbooks
Chinmay D. Pai ba4602bb2b
chore: pin ansible version to 2.8.5
i think some changes to the newer version of ansible api (2.9.0) causes
mariadb installation to fail spectacularly. pinning the ansible version
to 2.8.5 should fix this issue for now.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-11-04 17:32:17 +05:30
..
roles fix: version comparison 2019-10-21 15:40:19 +05:30
create_user.yml fix: perm while executing create user 2019-06-14 18:47:47 +05:30
install.py chore: pin ansible version to 2.8.5 2019-11-04 17:32:17 +05:30
macosx.yml compatibility with bench setup and install cmds 2018-03-03 12:46:05 +05:30
README.md updated readme 2018-04-11 12:47:23 +05:30
site.yml fix: separate out scripts 2019-06-14 18:47:47 +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

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