add in the start of all the openshift cloud setup playbooks

This commit is contained in:
Seth Vidal 2012-10-10 16:19:12 +00:00
parent b36d61f068
commit 1d1e15d689
4 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# restricted to run on cloud instances only
- hosts: 209.132.184.*
user: root
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- $vars/${ansible_distribution}.yml
- $private/vars.yml
tasks:
- include: $tasks/cloud_setup_basic.yml
- include: $tasks/openshift-el6.yml
handlers:
- include: $handlers/restart_services.yml