-
Notifications
You must be signed in to change notification settings - Fork 526
/
Copy pathindex.yml
96 lines (88 loc) · 3.12 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
### YamlMime:Landing
title: Ansible on Azure documentation
summary: Learn how to use Ansible to automate cloud provisioning, configuration management, and application deployments.
metadata:
title: Ansible on Azure documentation
description: Learn how to use Ansible to automate cloud provisioning, configuration management, and application deployments.
services: azure
ms.service: ansible
ms.topic: landing-page
author: TomArcherMsft
ms.author: tarcher
ms.date: 08/28/2021
ms.custom: devx-track-ansible
landingContent:
# Card
- title: About Ansible on Azure
linkLists:
- linkListType: overview
links:
- text: About Ansible on Azure
url: overview.md
- linkListType: reference
links:
- text: Releases and features
url: module-version-matrix.md
- text: All modules for Azure
url: https://docs.ansible.com/ansible/2.9/modules/list_of_cloud_modules.html#azure
# Card
- title: Install and Configure Ansible
linkLists:
- linkListType: quickstart
links:
- text: Configure Ansible using Azure Cloud Shell
url: getting-started-cloud-shell.md
- text: Configure Ansible using Azure CLI
url: install-on-linux-vm.md
- linkListType: tutorial
links:
- text: Configure a dynamic inventory
url: dynamic-inventory-configure.md
# Card
- title: Manage Virtual Machines
linkLists:
- linkListType: tutorial
links:
- text: Create a Linux VM
url: vm-configure.md
- text: Manage a Linux VM
url: vm-manage.md
- text: Create a VM from a Shared Image Gallery
url: vm-configure-from-azure-shared-image-gallery.md
- text: Configure VM security using Azure Key Vault
url: ./key-vault-configure-secrets.md
# Card
- title: Manage Virtual Machine Scale Sets
linkLists:
- linkListType: tutorial
links:
- text: Configure virtual machine scale sets
url: vm-scale-set-configure.md
- text: Deploy applications to virtual machine scale sets
url: vm-scale-set-deploy-app.md
- text: Automatically scale virtual machine scale sets
url: vm-scale-set-auto-scale.md
- text: Update custom image
url: vm-scale-set-update-image.md
- text: Create a from Shared Image Gallery
url: vm-configure-from-azure-shared-image-gallery.md
# Card
- title: Manage Virtual Networks
linkLists:
- linkListType: tutorial
links:
- text: Configure peering
url: virtual-network-peering-configure.md
- text: Configure route tables
url: route-table-configure.md
# Card
- title: Manage AKS
linkLists:
- linkListType: tutorial
links:
- text: Configure AKS clusters
url: aks-configure-clusters.md
- text: Configure Azure CNI networking
url: aks-configure-cni-networking.md
- text: Configure RBAC roles in AKS cluster
url: aks-configure-rbac.md