Skip to content

Commit d1bfa7f

Browse files
authored
Merge pull request #49105 from TomArcher/ansible-refactor-create-vm-article
Ansible - Refactor 'Ansible Create VM' article
2 parents 5d36ed2 + 252b814 commit d1bfa7f

File tree

7 files changed

+421
-84
lines changed

7 files changed

+421
-84
lines changed

articles/ansible/index.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.tgt_pltfrm: na
1212
ms.devlang: devops
1313
ms.topic: landing-page
14-
ms.date: 07/16/2018
14+
ms.date: 08/15/2018
1515
ms.author: tarcher
1616
abstract:
1717
description: Use <a href="http://www.ansible.com">Ansible</a> to automate cloud provisioning, configuration management, and application deployments.
@@ -20,18 +20,22 @@ sections:
2020
- title: 5-Minute Quickstarts
2121
items:
2222
- type: paragraph
23-
text: Configure Ansible and use it to create a Linux VM in Azure.
23+
text: Install Ansible and use it to create and manage Linux virtual machines in Azure.
2424
- type: list
2525
style: icon48
2626
items:
2727
- image:
2828
src: /azure/media/index/azure_dev-9.svg
29-
text: Configure Ansible
29+
text: Install Ansible
3030
href: /azure/virtual-machines/linux/ansible-install-configure?toc=%2Fen-us%2Fazure%2Fansible%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json
3131
- image:
3232
src: /azure/media/index/VirtualMachine.svg
3333
text: Create a Linux VM
3434
href: /azure/virtual-machines/linux/ansible-create-vm?toc=%2Fen-us%2Fazure%2Fansible%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json
35+
- image:
36+
src: /azure/media/index/VirtualMachine.svg
37+
text: Manage a Linux VM
38+
href: /azure/virtual-machines/linux/ansible-manage-linux-vm?toc=%2Fen-us%2Fazure%2Fansible%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json
3539
- title: Step-by-Step Tutorials
3640
items:
3741
- type: paragraph
@@ -40,7 +44,7 @@ sections:
4044
style: unordered
4145
items:
4246
- html: <a href="/azure/virtual-machines/linux/ansible-create-complete-vm?toc=%2Fen-us%2Fazure%2Fansible%2Ftoc.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json">Create a Linux virtual machine, including virtual network, public IP address, and virtual network interface card.</a>
43-
- html: <a href="./ansible-run-playbook-in-cloudshell">Connect to an Azure virtual machine and run an Ansible playbook in Cloud Shell.</a>
47+
- html: <a href="./ansible-run-playbook-in-cloudshell">Run Ansible with Bash in Azure Cloud Shell.</a>
4448
- html: <a href="./ansible-manage-azure-dynamic-inventories">Create and manage a dynamic inventory of your Azure resources.</a>
4549
- html: <a href="./ansible-create-configure-vmss">Create and manage virtual machine scale sets in Azure.</a>
4650
- html: <a href="./ansible-deploy-app-vmss">Deploy applications to virtual machine scale sets in Azure.</a>

articles/ansible/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
- name: Quickstarts
88
expanded: true
99
items:
10-
- name: Install Ansible on Azure VMs
10+
- name: Install Ansible on a Linux VM
1111
href: /azure/virtual-machines/linux/ansible-install-configure
1212
maintainContext: true
1313
- name: Create a Linux VM
1414
href: /azure/virtual-machines/linux/ansible-create-vm
1515
maintainContext: true
16+
- name: Manage a Linux VM
17+
href: /azure/virtual-machines/linux/ansible-manage-linux-vm
18+
maintainContext: true
1619
- name: Tutorials
1720
items:
18-
- name: Create a complete Linux VM
19-
href: /azure/virtual-machines/linux/ansible-create-complete-vm
20-
maintainContext: true
2121
- name: Run a playbook in Cloud Shell
2222
href: ./ansible-run-playbook-in-cloudshell.md
2323
maintainContext: true

0 commit comments

Comments
 (0)