Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 754 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 754 Bytes

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.