...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
gw_url: 10.66.70.79:8080/gateway
|
|
|
tasks:
|
|
|
- uri:
|
|
|
url: http://{{gw_url}}/service_control/unregister?ip={{inventory_hostname}}&context={{group_names[0]}}
|
|
|
url: http://{{gw_url}}/service_control/unregister?ip={{inventory_hostname}}&context={{service}}
|
|
|
register: result
|
|
|
- debug:
|
|
|
var: result
|
...
|
...
|
|