0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Vagrant plugin for obtaining IP address of a guest machine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.6
>= 0
 Project Readme

vagrant-address plugin

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.

Installation

$ vagrant plugin install vagrant-address

Usage

$ vagrant address [name]

Using with TeamCity

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.