mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
.. | ||
roles | ||
main.yml | ||
readme.md | ||
wkhtmltopdf.yml |
The playbook main.yml contains two roles: add_repos and install_packages. It's configured to work with Debian, Ubuntu and CentOS.
Additional playbook wkhtmltopdf.yml is for optional package wkhtmltopdf.
To use ansible playbooks:
- install ansible following the tutorial
- add the following lines to file
/etc/ansible/hosts
for installation on local machine:
[local]
localhost ansible_connection=local
- run ansible-playbook:
ansible-playbook main.yml
to prepare environment for bench package
oransible-playbook wkhtmltopdf.yml
to install optional package wkhtmltopdf.