Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric
/
82d89836f0be264c0286df90897710e0889fb44b
/
.
/
xos
/
synchronizer
/
steps
/
sync_host.yaml
blob: a98fc0297b7861171917d6768057cd67a59d42b8 [
file
] [
log
] [
blame
]
---
-
hosts:
127.0.0.1
connection:
local
tasks:
-
name:
Add host entry for fabric
uri:
url:
http
:
//{{ rest_hostname }}
:
{{ rest_port }}/{{ rest_endpoint }}
method:
POST
user:
onos
password:
rocks
body:
"{{ rest_body }}"
body_format:
json