summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/provision.yml
blob: 293a195c9b1cd75dd0a4ac3fae7636f12f1a25b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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