View openshift logs
-- 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 |
View demo_destroy_azure.yml
--- | |
- hosts: localhost | |
connection: local | |
tasks: | |
- name: Remove virtual network // remove | |
azure_rm_virtualnetwork: | |
resource_group: Testing | |
name: testvn001 |
View demo_create_azure.yml
--- | |
- hosts: localhost | |
connection: local | |
tasks: | |
- name: create ressource group | |
azure_rm_resourcegroup: | |
name: testing | |
location: westus |