config.yml 189 B

1234567
  1. ---
  2. - name: Configure load balancers
  3. hosts: oo_lb_to_config
  4. vars:
  5. haproxy_frontend_port: "{{ openshift_master_api_port | default(8443) }}"
  6. roles:
  7. - role: openshift_loadbalancer