You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
18
16
## Prerequisites
19
17
-**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.
20
18
-**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)
24
33
25
34
> [!Note]
26
35
> Ansible 2.6 is required to run the following the sample playbooks in this tutorial.
0 commit comments