8000 GitHub - siaomingjeng/ansiblebastincreation: To create an Ansible Server in Azure
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

siaomingjeng/ansiblebastincreation

Repository files navigation

Deploy an Ansible Server into Azure using Stand_B2s VM Size and Existing Networks

Parameter Explanations:

  • Virtual Network Resource Group: The resource group of the existing virtual network;
  • Virtual Network Name: The name of the existing virtual network;
  • Subnet Name: The name the of the existing subnet;
  • Admin Username: The Linux login username;
  • SSH Public Key: The SSH public key used for login;
  • Virtual Machine Name Base: The basename used to form the final VM/NIC/NSG name 'vm/nic/nsg-<base>-<random string>';
  • Script URL: The script to run once VM is provisioned;
  • Ansible Version: The first parameter sent to script.

Locations:

  • Log: /var/log/azure/custom-script/handler.log
  • Script Output: /var/lib/waagent/custom-script/download/0/

Azure CLI:

  • az group create --name <rg name> --location <location>
  • az group deployment create -g <rg name> --template-file <ARM template> --parameters @<file> --query properties.outputs

About

To create an Ansible Server in Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0