diff options
Diffstat (limited to 'playbooks/gcp/openshift-cluster')
-rw-r--r-- | playbooks/gcp/openshift-cluster/provision.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/playbooks/gcp/openshift-cluster/provision.yml b/playbooks/gcp/openshift-cluster/provision.yml deleted file mode 100644 index 097717607..000000000 --- a/playbooks/gcp/openshift-cluster/provision.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- 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 |