Fix image URLs in README

This commit is contained in:
Chris Long
2020-03-09 14:48:40 -07:00
committed by GitHub
parent 4f69783f0f
commit 688904a9b1

View File

@@ -29,10 +29,10 @@ NOTE: This is an early release and it's possible that certain features may not w
These commands can be run in parallel from three separate terminal sessions.
![Packer](../img/esxi_packer.png?raw=true)
![Packer](https://github.com/clong/DetectionLab/blob/master/img/esxi_packer.png?raw=true)
3. **(1 Minute)** Once the Packer builds finish, verify that you now see Windows10, WindowsServer2016, and Ubuntu1804 in your ESXi console
![Ansible](../img/esxi_console.png?raw=true)
![Ansible](https://github.com/clong/DetectionLab/blob/master/img/esxi_console.png?raw=true)
4. **(5 Minutes)** Edit the variables in `ESXi/variables.tf` to match your local ESXi configuration or [create a terraform.tfvars file] (RECOMMENDED)(https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files) to override them.
5. **(25 Minutes)** From `DetectionLab/ESXi`, run `terraform init && terraform apply`
6. Once Terraform has finished bringing the hosts online, change your directory to `DetectionLab/ESXi/ansible`
@@ -42,7 +42,7 @@ These commands can be run in parallel from three separate terminal sessions.
10. Change your directory to `DetectionLab/ESXi/ansible`
11. **(30 Minutes)** Run `ansible-playbook -vvv detectionlab.yml`
12. If all goes well, you should see the following and your lab is complete!
![Ansible](../img/esxi_ansible.png?raw=true)
![Ansible](https://github.com/clong/DetectionLab/blob/master/img/esxi_ansible.png?raw=true)
If you run into any issues along the way, please open an issue on Github and I'll do my best to find a solution.