mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
15 lines
402 B
YAML
15 lines
402 B
YAML
---
|
|
- hosts: localhost
|
|
|
|
# Install the common pre-requisites for the setting up bench
|
|
- include: ../develop/install.yml
|
|
|
|
# Install the production environment
|
|
- include: includes/setup_prod_env.yml
|
|
|
|
# Setup Bench for production environment
|
|
- include: includes/setup_bench_production.yml
|
|
|
|
# Setup SELinux Policy, Optional can be done later
|
|
# - include: includes/setup_selinux_policy.yml
|