mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
fix dyslexia
This commit is contained in:
@@ -811,7 +811,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
|
||||
|
||||
[nodes]
|
||||
{% for host in groups[openshift_cluster_masters_group] %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False %{ endif %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False {% endif %}
|
||||
{% endfor %}
|
||||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
{{ host }} openshift_node_labels="{'region': 'infra', 'zone': 'default', 'node-role.kubernetes.io/compute': 'true'}"
|
||||
@@ -824,7 +824,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
|
||||
{{ host }} openshift_node_labels="{'region':'infra'}"
|
||||
{% endfor %}
|
||||
{% for host in groups[openshift_cluster_masters_group] %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False %{ endif %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False {% endif %}
|
||||
{% endfor %}
|
||||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
{{ host }} openshift_node_labels="{'region': 'primary', 'zone': 'default', 'node-role.kubernetes.io/compute': 'true'}"
|
||||
@@ -840,7 +840,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
|
||||
{% endfor %}
|
||||
|
||||
{% for host in groups[openshift_cluster_masters_group] %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False %{ endif %}
|
||||
{{ host }} {% if env == 'production' %}openshift_schedulable=False {% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
|
||||
Reference in New Issue
Block a user