Apply PR #588 password length note to other providers

This commit is contained in:
Billy Tat
2023-05-05 13:55:28 -07:00
parent 98ffa615bc
commit fac3907f8e
13 changed files with 15 additions and 11 deletions
@@ -31,7 +31,7 @@ The intent of these guides is to quickly launch a sandbox that you can use to ev
3. **Optional:** Edit `config.yaml` to:
- Change the number of nodes and the memory allocations, if required. (`node.count`, `node.cpus`, `node.memory`)
- Change the password of the `admin` user for logging into Rancher. (`admin_password`)
- Change the password of the `admin` user for logging into Rancher. (`admin_password`, minimum 12 characters)
4. To initiate the creation of the environment run, `vagrant up --provider=virtualbox`.