This plugin allows obtaining a public IP address of a guest machine.
- compatible with machines started remotely, i.e. by vSphere or AWS providers,
- supports multi-machine environments.
$ vagrant plugin install vagrant-address
$ vagrant address [name]
Running the command under JetBrains TeamCity build, it creates VAGRANT_ADDRESS
environment variable which can be referenced by following build scripts.
Note: the variable is added by a service message. It requires the command and a build script are placed into separate build steps.