summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/provision.yml
blob: 9887f09f2caa7e4d5d6143f17e3ed6244b26d831 (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
  include: ../deploy_cluster.yml