Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric
/
71c20ebcbc09c63b620e62c22c19aa11581032d9
/
.
/
xos
/
synchronizer
/
steps
/
sync_host.yaml
blob: 0484675cda0a983d7e3160a768aad1b1551ef31b [
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