2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00
bench/playbooks/production/install.yml

15 lines
424 B
YAML
Raw Normal View History

---
- hosts: localhost
# Install the common pre-requisites for the setting up bench
- include: ../develop/install.yml
# Install the production environment
- include: ../develop/includes/setup_prod_env.yml
# Setup Bench for production environment
- include: ../develop/includes/setup_bench_production.yml
# Setup SELinux Policy, Optional can be done later
# - include: includes/setup_selinux_policy.yml