From f65c9868abcce7534d923d1ba513d3aac36b3a7c Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Mon, 24 Jan 2022 08:42:12 -0600 Subject: [PATCH] Fix meta and add reference * fixed meta information * added reference to another project --- .../automation/templates-automation-packer-vsphere.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/automation/templates-automation-packer-vsphere.md b/docs/guides/automation/templates-automation-packer-vsphere.md index 06406901aa..4d4977a9fe 100644 --- a/docs/guides/automation/templates-automation-packer-vsphere.md +++ b/docs/guides/automation/templates-automation-packer-vsphere.md @@ -1,5 +1,8 @@ --- title: Automatic Template Creation - Packer - Ansible - VMware vSphere +author: Antoine Le Morvan +contributors: Steven Spencer, Ryan Johnson +update: Jan-24-2022 --- # Automatic template creation with Packer and deployment with Ansible in a VMware vSphere environment @@ -658,3 +661,7 @@ It is at this point that you can launch the final configuration of your virtual As we have seen, there are now fully automated DevOps solutions to create and deploy VMs. At the same time, this represents an undeniable saving of time, especially in cloud or data center environments. It also facilitates a standard compliance across all of the computers in the company (servers and workstations), and an easy maintenance / evolution of templates. + +## Other References + +For a detailed project that also covers the deployment of Rocky Linux and other operating systems using the latest in vSphere, Packer, and the Packer Plugin for vSphere, please visit [this project](https://github.com/vmware-samples/packer-examples-for-vsphere).