Skip to content

Commit f49f092

Browse files
committed
Edits to remove redundant instructions
1 parent aa59b8b commit f49f092

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

articles/ansible/ansible-create-configure-vmss.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Ansible allows you to automate the deployment and configuration of resources in
1616
## Prerequisites
1717
- **Azure subscription** - If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.
1818
- [!INCLUDE [ansible-prereqs-for-cloudshell-use-or-vm-creation1.md](../../includes/ansible-prereqs-for-cloudshell-use-or-vm-creation1.md)] [!INCLUDE [ansible-prereqs-for-cloudshell-use-or-vm-creation2.md](../../includes/ansible-prereqs-for-cloudshell-use-or-vm-creation2.md)]
19-
- **Ansible and the Azure Python SDK modules**
20-
- [CentOS 7.4](../virtual-machines/linux/ansible-install-configure.md#centos-74)
21-
- [Ubuntu 16.04 LTS](../virtual-machines/linux/ansible-install-configure.md#ubuntu-1604-lts)
22-
- [SLES 12 SP2](../virtual-machines/linux/ansible-install-configure.md#sles-12-sp2)
2319

2420
> [!Note]
2521
> Ansible 2.6 is required to run the following the sample playbooks in this tutorial.

articles/ansible/ansible-deploy-app-vmss.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Ansible allows you to automate the deployment and configuration of resources in
1616
## Prerequisites
1717
- **Azure subscription** - If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.
1818
- [!INCLUDE [ansible-prereqs-for-cloudshell-use-or-vm-creation1.md](../../includes/ansible-prereqs-for-cloudshell-use-or-vm-creation1.md)] [!INCLUDE [ansible-prereqs-for-cloudshell-use-or-vm-creation2.md](../../includes/ansible-prereqs-for-cloudshell-use-or-vm-creation2.md)]
19-
- **Ansible and the Azure Python SDK modules**
20-
- [CentOS 7.4](../virtual-machines/linux/ansible-install-configure.md#centos-74)
21-
- [Ubuntu 16.04 LTS](../virtual-machines/linux/ansible-install-configure.md#ubuntu-1604-lts)
22-
- [SLES 12 SP2](../virtual-machines/linux/ansible-install-configure.md#sles-12-sp2)
2319
- **Virtual machine scale set** - If you don't already have a virtual machine scale set, you can [create a virtual machine scale set with Ansible](ansible-create-configure-vmss.md).
2420
- **git** - [git](https://git-scm.com) is used to download a Java sample used in this tutorial.
2521
- **Java SE Development Kit (JDK)** - The JDK is used to build the sample Java project.

0 commit comments

Comments
 (0)