misc updates
parent
3d6f9ab259
commit
be87794843
|
@ -10,9 +10,8 @@ requests:
|
||||||
cookie-reuse: true
|
cookie-reuse: true
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/sysmgmt/2015/bmc/session"
|
- "{{BaseURL}}/sysmgmt/2015/bmc/session"
|
||||||
body: " user=root&password=calvin"
|
body: "user=root&password=calvin"
|
||||||
headers:
|
headers:
|
||||||
Host: "{{Hostname}}"
|
|
||||||
Accept: "application/json, text/plain, */*"
|
Accept: "application/json, text/plain, */*"
|
||||||
user: "root"
|
user: "root"
|
||||||
password: "calvin"
|
password: "calvin"
|
||||||
|
|
|
@ -20,4 +20,4 @@ workflows:
|
||||||
|
|
||||||
- template: technologies/dell/dell-idrac9-detect.yaml
|
- template: technologies/dell/dell-idrac9-detect.yaml
|
||||||
subtemplates:
|
subtemplates:
|
||||||
- template: default-logins/dell/dell-idrac9-default-login.yaml
|
- template: default-logins/dell/dell-idrac9-default-login.yaml
|
Loading…
Reference in New Issue