diff options
Diffstat (limited to 'playbooks/gcp/openshift-cluster/provision.yml')
-rw-r--r-- | playbooks/gcp/openshift-cluster/provision.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/gcp/openshift-cluster/provision.yml b/playbooks/gcp/openshift-cluster/provision.yml new file mode 100644 index 000000000..293a195c9 --- /dev/null +++ b/playbooks/gcp/openshift-cluster/provision.yml @@ -0,0 +1,12 @@ +--- +- name: Ensure all cloud resources necessary for the cluster, including instances, have been started + hosts: localhost + connection: local + gather_facts: no + roles: + - openshift_gcp + tasks: + - name: recalculate the dynamic inventory + import_role: + name: openshift_gcp + tasks_from: dynamic_inventory.yml |