provision.yml 483 B

1234567891011121314151617
  1. ---
  2. - name: Setup the elb and the master node group
  3. hosts: localhost
  4. tasks:
  5. - name: Alert user to variables needed - clusterid
  6. debug:
  7. msg: "openshift_aws_clusterid={{ openshift_aws_clusterid | default('default') }}"
  8. - name: Alert user to variables needed - region
  9. debug:
  10. msg: "openshift_aws_region={{ openshift_aws_region | default('us-east-1') }}"
  11. - name: provision cluster
  12. import_role:
  13. name: openshift_aws
  14. tasks_from: provision.yml