--- openshift_web_console_nodeselector: {"node-role.kubernetes.io/master":"true"} __console_template_file: "console-template.yaml" __console_config_file: "console-config.yaml" openshift_web_console_image_name: "{{ l_osm_registry_url | regex_replace('${component}' | regex_escape, 'web-console') }}" # Default the replica count to the number of masters. openshift_web_console_replica_count: "{{ groups.oo_masters_to_config | length }}"