Skip to content

Commit

Permalink
The docs are wrong...
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Dec 24, 2024
1 parent ee209b6 commit 57065bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameter_defaults:
{{- range $nodeid, $node := $role.Nodes }}
{{- range $netname, $ip := $node.IPaddr }}
{{- if and (not $node.VIP) (eq $netname "ctlplane") }}
{{ $node.Hostname }}-{{ $netname }}:
{{ $node.HostnameOverride }}-{{ $netname }}:
fixed_ips:
- ip_address: {{ $ip.IPaddr }}
{{- end }}
Expand All @@ -56,7 +56,7 @@ parameter_defaults:
{{- range $roleid, $role := .RolesMap }}
{{- if not $role.IsControlPlane }}
{{- range $nodeid, $node := $role.Nodes }}
{{ $node.Hostname }}:
{{ $node.HostnameOverride }}:
{{- range $netname, $ip := $node.IPaddr }}
{{ $ip.Network.NameLower }}:
ip_address: {{ $ip.IPaddr }}
Expand Down

0 comments on commit 57065bf

Please sign in to comment.