Using vars in instance names #4385
Unanswered
tomasnorre
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm little new to ansible testing with molecule. So might be a small misunderstanding.
I'm creating new instances in my VMware ESXi Cluster, as I'm testing some docker stuff, and docker in docker is not my friend, at least for now.
I have following
When running e.g.
molecule converge
it connects as expected, but but the{{ testing_host_ip }}
as instance name in output like:Is there a way to have this put the IP instead?
I have tried to see if I could do something like.
But as the molecule-testing-host is not a resolved DNS name, it cannot connect to it.
Any suggestions on how to deal with this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions