2016-05-04 13:23:33 +05:30
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
|
|
|
|
# Install the common pre-requisites for the setting up bench
|
2016-05-18 18:33:19 +05:30
|
|
|
- include: ../develop/install.yml
|
2016-05-04 13:23:33 +05:30
|
|
|
|
|
|
|
# Install the production environment
|
2016-05-18 18:53:01 +05:30
|
|
|
- include: includes/setup_prod_env.yml
|
2016-05-04 13:23:33 +05:30
|
|
|
|
|
|
|
# Setup Bench for production environment
|
2016-05-18 18:53:01 +05:30
|
|
|
- include: includes/setup_bench_production.yml
|
2016-06-28 12:11:06 +05:30
|
|
|
when: not run_travis
|
2016-05-04 13:23:33 +05:30
|
|
|
|
|
|
|
# Setup SELinux Policy, Optional can be done later
|
|
|
|
# - include: includes/setup_selinux_policy.yml
|