openshift_hosted.yml 236 B

1234567
  1. - name: Create Hosted Resources
  2. hosts: oo_first_master
  3. pre_tasks:
  4. - set_fact:
  5. openshift_hosted_router_registryurl: "{{ hostvars[groups.oo_first_master.0].openshift.master.registry_url }}"
  6. roles:
  7. - role: openshift_hosted