summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/provision.yml
blob: 097717607173b302671276cc927e4df65e568224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: Ensure all cloud resources necessary for the cluster, including instances, have been started
  hosts: localhost
  connection: local
  gather_facts: no
  tasks:

  - name: provision a GCP cluster in the specified project
    include_role:
      name: openshift_gcp

- name: run the init
  include: ../../init/main.yml

- name: run the config
  include: ../../common/openshift-cluster/config.yml