summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provision_nodes.yml
blob: 82f147865342bec833233705fe9f83206e62eddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: create the node scale groups
  hosts: localhost
  connection: local
  gather_facts: yes
  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: create the node groups
    import_role:
      name: openshift_aws
      tasks_from: provision_nodes.yml