missed one variable

This commit is contained in:
2025-03-23 23:14:08 -05:00
parent a07939cbcb
commit ecb773c013

View File

@@ -3,7 +3,7 @@ kind: AgentConfig
metadata: metadata:
name: {{ hostvars[groups['hub-cluster'][0]].cluster_name }} name: {{ hostvars[groups['hub-cluster'][0]].cluster_name }}
rendezvousIP: {{ hostvars['ocp-hub'].ip_address }} rendezvousIP: {{ hostvars['ocp-hub'].ip_address }}
bootArtifactsBaseURL: {{ hostvars['matchbox'].http_endpoint }}/assets/hub/ bootArtifactsBaseURL: {{ hostvars[groups['matchbox'][0]].http_endpoint }}/assets/hub/
hosts: hosts:
- hostname: {{ hostvars['ocp-hub'].hostname }} - hostname: {{ hostvars['ocp-hub'].hostname }}
role: master role: master