Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 679 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 679 Bytes

Vagrant Rundeck Plugin

This is a vagrant plugin for rundeck.

Build

  • Using gradle
gradle clean build

Requirements

  • install python-vagrant library
pip install python-vagrant

https://github.com/todddeluca/python-vagrant

  • install python virtualbox-python
pip install virtualbox

https://github.com/sethmlarson/virtualbox-python

  • rundeck and vagrant must be running with the same user

Install

cp build/libs/vagrant-plugin.zip $RDECK_BASE/libext

Configuration

  • Default attributes: add default attributes , like username=vargant
  • IP Pattern: IP pattern that will be used as hostname

instructions