- Internet access to download packages from public repositories.
- Vagrant 2.2.9+
- Virtualbox 6.1.14+
choco install virtualbox vagrant -y -s https://community.chocolatey.org/api/v2
Optional
- Vagrantey PowerShell Module (
Install-Module Vagrantey -Force)
This is a single-machine vagrant configuration that installs and configures a RunDeck Community Edition instance.
First things first:
- Clone this repository:
git clone https://github.com/steviecoaster/rundeck-vagrant.git
Using vagrant:
cd rundeck-vagrantvagrant up
Using Vagrantey
cd rundeck-vagrantSet-VagrantConfig -Name RunDeck -Path .Start-VagrantEnvironment -Environment RunDeck
By using Vagrantey it doesn't matter where you are in the shell. Running Start-VagrantEnvironment will do the right thing to properly bring the environment up, and leave you back in your $PWD. Super convenient.
You can access the RunDeck from your host machine using the following URLs:
- RunDeck: http://192.168.50.2:4440
Default Credentials are:
- Username: admin
- Password: admin