main.yml 207 B

123456789
  1. ---
  2. - name: Set hosted facts
  3. openshift_facts:
  4. role: hosted
  5. openshift_env: "{{ item | oo_openshift_env }}"
  6. no_log: true
  7. with_items:
  8. - "{{ hostvars[inventory_hostname] }}"
  9. - "{{ hostvars }}"