add in the start of all the openshift cloud setup playbooks
This commit is contained in:
parent
b36d61f068
commit
1d1e15d689
4 changed files with 80 additions and 0 deletions
16
playbooks/openshift-el6.yml
Normal file
16
playbooks/openshift-el6.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue