We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9715a29 + 62991c1 commit d0385d5Copy full SHA for d0385d5
ansible/roles/create-ai-cluster/templates/rhlab_nmstate.yml.j2
@@ -10,6 +10,10 @@ interfaces:
10
address:
11
- ip: {{ hostvars[item]['ip'] }}
12
prefix-length: {{ hostvars[item]['network_prefix'] }}
13
+{% if cluster_type == "sno" and public_vlan and groups['sno'] | default([]) | length == 1 %}
14
+ - ip: {{ controlplane_network_ingress }}
15
+ prefix-length: {{ hostvars[item]['network_prefix'] }}
16
+{% endif %}
17
auto-dns: false
18
enabled: true
19
{% if 'lab_mac' in hostvars[item] %}
0 commit comments