summaryrefslogtreecommitdiffstats
path: root/playbooks/cluster-operator/aws/infrastructure.yml
blob: 9669820fb98997156ff3537cf8f3091f70ad5f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- name: Alert user to variables needed
  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') }}"

- import_playbook: ../../aws/openshift-cluster/provision_vpc.yml

- import_playbook: ../../aws/openshift-cluster/provision_ssh_keypair.yml

- import_playbook: ../../aws/openshift-cluster/provision_sec_group.yml

- import_playbook: ../../aws/openshift-cluster/provision_s3.yml

- import_playbook: ../../aws/openshift-cluster/provision_elb.yml