-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.log
25 lines (25 loc) · 966 Bytes
/
2.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TASK [debug] *******************************************************************
ok: [127.0.0.1] => {
"output": {
"changed": false,
"failed": false,
"publicipaddresses": [
{
"allocation_method": "dynamic",
"dns_settings": {},
"etag": "W/\"ca361ee2-1fd8-4d5a-897d-9bcafea05d77\"",
"id": "/subscriptions/f64d4ee8-be94-457d-ba26-3fa6b6506cef/resourceGroups/v-xisuRG/providers/Microsoft.Network/publicIPAddresses/myVM-ip",
"idle_timeout": 4,
"ip_address": "13.90.250.114",
"ip_tags": {},
"location": "eastus",
"name": "myVM-ip",
"provisioning_state": "Succeeded",
"sku": "Basic",
"tags": null,
"type": "Microsoft.Network/publicIPAddresses",
"version": "ipv4"
}
]
}
}