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