summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/provision.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/gcp/provision.yml')
-rw-r--r--playbooks/gcp/provision.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/playbooks/gcp/provision.yml b/playbooks/gcp/provision.yml
deleted file mode 100644
index b6edf9961..000000000
--- a/playbooks/gcp/provision.yml
+++ /dev/null
@@ -1,13 +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
- import_role:
- name: openshift_gcp
-
-- name: run the cluster deploy
- import_playbook: ../deploy_cluster.yml