Skip to content

Commit

Permalink
Readme link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottharwell committed Nov 6, 2023
1 parent 40bcd2b commit ac6bb0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac6bb0a

Please sign in to comment.