This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
Apache License 2.0
489
stars
144
forks
source link
Multiple Data Center Names within a single vCenter #534
Hi, I'm currently Trying to Deploy from Template within a vCenter which it has two Datacenters with the Same name within two different Folder paths:
I'm seen the Issue with unable to find Cluster:
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unable to find cluster \"CORP-A\""}
Is there a way to Loop untill the Cluster is found ?
Hi, I'm currently Trying to Deploy from Template within a vCenter which it has two Datacenters with the Same name within two different Folder paths:
I'm seen the Issue with unable to find Cluster:
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unable to find cluster \"CORP-A\""} Is there a way to Loop untill the Cluster is found ?