Skip to content

Instantly share code, notes, and snippets.

-- Starting profile 'minishift'
Found binary path at D:\server\bin\minishift.exe
Launching plugin server for driver virtualbox
Plugin server listening at address 127.0.0.1:7158
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetState
(minishift) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minishift --machinereadable
---
- hosts: localhost
connection: local
tasks:
- name: Remove virtual network // remove
azure_rm_virtualnetwork:
resource_group: Testing
name: testvn001
---
- hosts: localhost
connection: local
tasks:
- name: create ressource group
azure_rm_resourcegroup:
name: testing
location: westus