---
- name: Setup the elb and the master node group
  hosts: localhost
  tasks:

  - name: Alert user to variables needed - clusterid
    debug:
      msg: "openshift_aws_clusterid={{ openshift_aws_clusterid | default('default') }}"

  - name: Alert user to variables needed - region
    debug:
      msg: "openshift_aws_region={{ openshift_aws_region | default('us-east-1') }}"

  - name: provision cluster
    include_role:
      name: openshift_aws
      tasks_from: provision.yml