Skip to content

Files

Latest commit

475a255 · Feb 3, 2021

History

History
This branch is 1 commit ahead of, 97 commits behind rancher/quickstart:master.

vagrant

Vagrant Quickstart

This folder contains Vagrant code to stand up a single Rancher server instance with a single node cluster attached to it.

Requirements

Deploy

  1. Clone this repository and go into the vagrant subfolder
  2. Run vagrant up

When provisioning is finished the Rancher UI will become accessible on 172.22.101.101. The default password is admin, but this can be updated in the config.yaml file.

If you want to keep the configuration changes outside the git repository you can copy the config.yaml file to local_config.yaml and make changes there.

Remove

To remove the VMs that have been deployed run vagrant destroy -f