host_by_group: scope in cluster
This commit is contained in:
parent
74abbf9eda
commit
482d3c83ba
@ -52,7 +52,7 @@ func clusterFuncs(clusterSpec *clustersconfig.Cluster) map[string]interface{} {
|
|||||||
|
|
||||||
"hosts_by_group": func(group string) (hosts []interface{}) {
|
"hosts_by_group": func(group string) (hosts []interface{}) {
|
||||||
for _, host := range src.Hosts {
|
for _, host := range src.Hosts {
|
||||||
if host.Group == group {
|
if host.Cluster == cluster && host.Group == group {
|
||||||
hosts = append(hosts, asMap(host))
|
hosts = append(hosts, asMap(host))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user