inventory.yml 265 B

12345678910
  1. ---
  2. - name: Set up the connection variables for retrieving inventory from GCE
  3. hosts: localhost
  4. connection: local
  5. gather_facts: no
  6. tasks:
  7. - name: materialize the inventory
  8. include_role:
  9. name: openshift_gcp
  10. tasks_from: dynamic_inventory.yml