summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/inventory.yml
blob: 96de6d6dbf414dfb4277230075f9778353e9e585 (plain)
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