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
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
*Get going quickly with Ansible in Azure. Includes Ansible, the Azure CLI, the Docker CLI (for testing locally), Node.js for Cloud Shell, and related extensions and dependencies.*
6
+
7
+
| Metadata | Value |
8
+
|----------|-------|
9
+
|*Contributors*| The VS Code Team |
10
+
|*Definition type*| Dockerfile |
11
+
|*Languages, platforms*| Ansible |
12
+
13
+
## Using this definition with an existing folder
14
+
15
+
While technically optional, this definition includes the Ansible extension. You may need an Azure account for your operations. You can create a [free trial account here](https://azure.microsoft.com/en-us/free/) and find out more about using [Ansible with Azure here](https://docs.microsoft.com/en-us/azure/ansible/ansible-overview). If you plan to use the Azure Cloud Shell for all of your Ansible operations, you can comment out the installation of the Docker CLI in `.devcontainer/Dockerfile`. Conversely, if you do not plan to use Cloud Shell, you can comment out the installation of Node.js. The definition has been setup so you can do either as it makes sense.
16
+
17
+
Next, follow these steps:
18
+
19
+
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
20
+
21
+
2. To use VS Code's copy of this definition:
22
+
1. Start VS Code and open your project folder.
23
+
2. Press <kbd>F1</kbd> select and **Remote-Containers: Create Container Configuration File...** from the command palette.
24
+
3. Select the Azure Ansible definition.
25
+
26
+
3. To use latest-and-greatest copy of this definition from the repository:
27
+
1. Clone this repository.
28
+
2. Copy the contents of `containers/azure-ansible/.devcontainer` to the root of your project folder.
29
+
3. Start VS Code and open your project folder.
30
+
31
+
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
32
+
33
+
5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** to start using the definition.
34
+
35
+
## License
36
+
37
+
Copyright (c) Microsoft Corporation. All rights reserved.
38
+
39
+
Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).
0 commit comments