provision.yml 326 B

123456789101112
  1. ---
  2. - name: Ensure all cloud resources necessary for the cluster, including instances, have been started
  3. hosts: localhost
  4. connection: local
  5. gather_facts: no
  6. roles:
  7. - openshift_gcp
  8. tasks:
  9. - name: recalculate the dynamic inventory
  10. import_role:
  11. name: openshift_gcp
  12. tasks_from: dynamic_inventory.yml