summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/launch.yml
blob: 02f00408af6bb50026ea7f0d4f73d820d3f3e8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This playbook launches a new cluster or converges it if already launched
---
- import_playbook: build_image.yml
  when: openshift_gcp_build_image | default(False) | bool

- import_playbook: provision.yml

- hosts: localhost
  tasks:
  - meta: refresh_inventory

- import_playbook: install.yml