Skip to content

Commit 3ce8eb0

Browse files
authored
Merge pull request #49686 from TomArcher/ansible-aks-fix-prereqs-section
Ansible - Fix AKS article Prerequisites section
2 parents e951568 + 1a7ff4c commit 3ce8eb0

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ description: Learn how to use Ansible to create and manage an Azure Kubernetes S
44
ms.service: ansible
55
keywords: ansible, azure, devops, bash, cloudshell, playbook, aks, container, Kubernetes
66
author: tomarcher
7-
manager: jpconnock
8-
editor: na
9-
ms.topic: article
10-
ms.tgt_pltfrm: vm-linux
11-
ms.date: 07/11/2018
7+
manager: jeconnoc
128
ms.author: tarcher
9+
ms.topic: tutorial
10+
ms.date: 08/21/2018
1311
---
1412

1513
# Create and configure Azure Kubernetes Service clusters in Azure using Ansible
@@ -18,9 +16,20 @@ Ansible allows you to automate the deployment and configuration of resources in
1816
## Prerequisites
1917
- **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.
2018
- **Azure service principal** - When [creating the service principal](/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest#create-the-service-principal), note the following values: **appId**, **displayName**, **password**, and **tenant**.
21-
- **Configure Azure Cloud Shell** - If you are new to Azure Cloud Shell, the article, [Quickstart for Bash in Azure Cloud Shell](/azure/cloud-shell/quickstart), illustrates how to start and configure Cloud Shell.
22-
or
23-
- **Install and Configure Ansible** - Install Ansible on one of the following Linux platforms: [CentOS 7.4](../virtual-machines/linux/ansible-install-configure.md#centos-74), [Ubuntu 16.04 LTS](../virtual-machines/linux/ansible-install-configure.md#ubuntu-1604-lts), or [SLES 12 SP2](../virtual-machines/linux/ansible-install-configure.md#sles-12-sp2). Then [Create Azure credentials and configure Ansible](../virtual-machines/linux/ansible-install-configure.md#create-azure-credentials)
19+
20+
- **Configure Azure Cloud Shell** or **Install and configure Ansible on a Linux virtual machine**
21+
22+
**Configure Azure Cloud Shell**
23+
24+
1. **Configure Azure Cloud Shell** - If you are new to Azure Cloud Shell, the article, [Quickstart for Bash in Azure Cloud Shell](/azure/cloud-shell/quickstart), illustrates how to start and configure Cloud Shell.
25+
26+
**--OR--**
27+
28+
**Install and configure Ansible on a Linux virtual machine**
29+
30+
1. **Install Ansible** - Install Ansible on a [supported Linux platform](/azure/virtual-machines/linux/ansible-install-configure#install-ansible-on-an-azure-linux-virtual-machine).
31+
32+
1. **Configure Ansible** - [Create Azure credentials and configure Ansible](/azure/virtual-machines/linux/ansible-install-configure#create-azure-credentials)
2433

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

0 commit comments

Comments
 (0)