missed one variable
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user