summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/provision.yml
blob: 6016e6a7897946c37246c80a4019ef13ce2073c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- 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 cluster deploy
  import_playbook: ../deploy_cluster.yml