summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/provision.yml
blob: b6edf9961a0964fda18bc61fc858c40579b25668 (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
    import_role:
      name: openshift_gcp

- name: run the cluster deploy
  import_playbook: ../deploy_cluster.yml