main.yml 212 B

1234567
  1. ---
  2. - name: Set hosted facts
  3. openshift_facts:
  4. role: hosted
  5. openshift_env: "{{ hostvars
  6. | oo_merge_hostvars(vars, inventory_hostname)
  7. | oo_openshift_env }}"