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