From ac6bb0a485e0de4b10529b687899b5f2d43ebff0 Mon Sep 17 00:00:00 2001 From: Scott Harwell Date: Mon, 6 Nov 2023 08:30:56 -0500 Subject: [PATCH] Readme link fixes --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 48834fc..e25cbfd 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ This content was developed as part of the [Ansible Content Lab for Cloud Content Click on the role name to be directed to the README specifically for that role. -| Name | Description | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [lab.azure.azure_infrastructure_config_demos.arc](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/arc/README.md) | A role that contains tasks for managing Arc-enabled servers such as installing the Azure agent and enabling Azure logging extensions. | -| [azure.infrastructure_config_demos.log_analytics](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/log_analytics/README.md) | A role that contains tasks to create and destroy an Azure Log Analytics workspace and then attach Linux-based VMs to the workspace by installing and configuring the Log Analytics agent. | -| [azure.infrastructure_config_demos.proxmox_vm_conversion](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/proxmox_vm_conversion/README.md) | A role that performs tasks against the Proxmox hypervisor to convert a VM machine image to an Azure format and moves the machine image to localhost for upload to Azure. | -| [azure.infrastructure_config_demos.transit_peered_networks](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/transit_peered_networks/README.md) | A role to create a hub-and-spoke VPC networking architecture that includes DMZ and private networks. | -| [azure.infrastructure_config_demos.vms](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/vms/README.md) | A role for repeatable VM management tasks. | -| [azure.infrastructure_config_demos.vm_migration_prep](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/vm_migration_prep/README.md) | A role that prepares a local virtual machine with OS and package requirements to lift-and-shift the VM to run on Azure. | -| [azure.infrastructure_config_demos.vm_migration](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/vm_migration/README.md) | A role that takes a VHD disk image, uploads it to Azure, and creates a virtual machine from the image. | -| [azure.infrastructure_config_demos.vnet](https://github.com/ansible-content-lab/lab.azure.azure_infrastructure_config_demos/blob/main/roles/vnet/README.md) | A role for creating a simple VNET with a subnet. | +| Name | Description | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [lab.azure_infrastructure_config_demos.azure_infrastructure_config_demos.arc](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/arc/README.md) | A role that contains tasks for managing Arc-enabled servers such as installing the Azure agent and enabling Azure logging extensions. | +| [lab.azure_infrastructure_config_demos.log_analytics](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/log_analytics/README.md) | A role that contains tasks to create and destroy an Azure Log Analytics workspace and then attach Linux-based VMs to the workspace by installing and configuring the Log Analytics agent. | +| [lab.azure_infrastructure_config_demos.proxmox_vm_conversion](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/proxmox_vm_conversion/README.md) | A role that performs tasks against the Proxmox hypervisor to convert a VM machine image to an Azure format and moves the machine image to localhost for upload to Azure. | +| [lab.azure_infrastructure_config_demos.transit_peered_networks](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/transit_peered_networks/README.md) | A role to create a hub-and-spoke VPC networking architecture that includes DMZ and private networks. | +| [lab.azure_infrastructure_config_demos.vms](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/vms/README.md) | A role for repeatable VM management tasks. | +| [lab.azure_infrastructure_config_demos.vm_migration_prep](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/vm_migration_prep/README.md) | A role that prepares a local virtual machine with OS and package requirements to lift-and-shift the VM to run on Azure. | +| [lab.azure_infrastructure_config_demos.vm_migration](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/vm_migration/README.md) | A role that takes a VHD disk image, uploads it to Azure, and creates a virtual machine from the image. | +| [lab.azure_infrastructure_config_demos.vnet](https://github.com/ansible-content-lab/azure.infrastructure_config_demos/blob/main/roles/vnet/README.md) | A role for creating a simple VNET with a subnet. | ### Playbooks