Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active August 2, 2023 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nleiva/e14af08c3c5b295aa70495ab53c9e1b3 to your computer and use it in GitHub Desktop.
Save nleiva/e14af08c3c5b295aa70495ab53c9e1b3 to your computer and use it in GitHub Desktop.
Creating a VNET on Azure
- name: Create Virtual Network "VNET NAME"
azure.azcollection.azure_rm_virtualnetwork:
name: "VNET NAME"
resource_group: "RESOURCE GROUP NAME"
address_prefixes_cidr:
- "172.16.0.0/16"
tags:
Environment: "OPTIONAL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment