This folder contains Vagrant code to stand up a single Rancher server instance with a single node cluster attached to it.
- Vagrant
- VirtualBox
- 6GB unused RAM
- Clone this repository and go into the vagrant subfolder
- Run
vagrant up
When provisioning is finished the Rancher UI will become accessible on 192.168.56.101.
The default password is adminPassword
, but this can be updated in the config.yaml file (must be at least 12 characters).
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.
To remove the VMs that have been deployed run vagrant destroy -f